Check Box Dedication

N

Nicole

In my form I've installed three check boxes that won't stay constant to a
specific record. Choose the check box for one record, and it's chosen for
all records. How do I correct this behavior?

Nicole
 
R

ruralguy via AccessMonster.com

They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.
 
N

Nicole

Yep. This solved the problem. Thanks.

ruralguy via AccessMonster.com said:
They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.
 
R

ruralguy via AccessMonster.com

Glad I could help Nicole.
Yep. This solved the problem. Thanks.
They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.
[quoted text clipped - 4 lines]
 
Top