check box bound to control to return to blank on next recrd

K

katsmoo

I have a database set up for conference registration and enter the
information as people register. I have a control set up for an outing and
need to have the check box go back to blank on the next record. For
instance, if person A says they will play golf and I check that, then Person
B does not want to but the box stays checked. I have done this before but
don't remember how!
 
R

Rick B

If the box does not default to the value you want, it is most often due to
the fact that it is not bound to a field in the table. Make sure it is
bound. You might also set the default to true or false in your form or
table.
 
Top