check box

C

Carol

I can't seem to get my check box to work, it's bounded and it shows up on my
form but I can't check it.
 
F

fredg

I can't seem to get my check box to work, it's bounded and it shows up on my
form but I can't check it.

Make sure it's Locked property it No, and it's enabled property is
Yes.
 
L

Linq Adams via AccessMonster.com

Also make sure that the record can be updated. Can you enter data in any
control on your form? Some forms based on more than one table can't be
updated.
 
Top