Check boxes

K

katrina

Hi There,

i am trying to add a check box called MRS to a form. I have added this
into a table but when I scroll through each record the box stays
ticked. I only want it to stay ticked for spefic records - how do i do
this?
Thanks
Katrina
 
D

Daniel Pineault

Open the table in design mode and select the yes/no field associated with the
checkbox and ensure that the default value is set to false.

Also, ensure the same on your form's checkbox control.
 
K

katrina

Open the table in design mode and select the yes/no field associated with the
checkbox and ensure that the default value is set to false.

Also, ensure the same on your form's checkbox control.
--
Hope this helps,

Daniel Pineault






- Show quoted text -

Thanks for your help it did!
 
Top