Change the value of a text box by ticking a Check Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2000. How can you change the value of a text box by ticking a Check
Box.

For example, i have three check boxes. What i want is for the textbox value
to be 1 if you tick checkbox 1, 2 when you tick checkbox 2 etc.

Thanks in advance
 
Seems kind of redundant.

You could place code in the on update event of each check box. Waht if the
user checks two of them? Are you trying to use an option group?

Rick B
 
Back
Top