Consulting

Results 1 to 2 of 2

Thread: Solved: checkBox-- Handle Value

  1. #1

    Solved: checkBox-- Handle Value

    Hi all,

    This is the first that i am posting on this site. I have no idea about VB. My query is that i have to develop a simple application which will have a checkbox. I have a hidden field in the form and when i click on the check box, the value of the hidden field should be set to either 0/1.

    For example,

    when i check the check box, the value in the field should be set to 1.

    Please Help. I have to try this.
    Thanks in advance for your help.

    Ravi

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Use a checkbox from the Forms toolbar and link it to a cell and you can automatically get TRUE or FALSE in there.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •