Check boxes.

J

Jennifer415

I have inserted a series of check boxes on my form. However, they do not
reset themselves when I go to the next record. If I check box #1 on record
#1, it remains checked on record #2. Setting up a technical drawing review
database. Check boxes denote those who have reviewed the drawing.
 
R

Rick B

Are they bound to a field in your table? If not, then you will see the
reflex you describe. If you don't bind it to a filed in the table, then it
will simply retain whatever value you put in it on the form. IF you want an
item "checked" for record 101, and unchecked for record 102, then you have
to store the value in the table.
 
J

Jennifer415

I need some more help on this one. Let's say for record 101 employees 1, 2
and 3 have reviewed the drawing. I'd like to click the check box next to
their name. for record 102, let's say no employees have reviewed the
drawing. Where and how would I store this information in the table?
 
Top