Form Question

M

MsWatts

I created a form with many different areas. One of the areas contains a
subform with list of items with check boxes that can be checked yes or no,
The employee's person information is pulling with no problems. The issue that
I keep running into now is when I check the box on the form the box is
checked on ALL records. How can I fix this issue?
 
D

Duane Hookom

The checkbox must be bound to a field in the form's record source in order
for it to behave independently from all other records in the form.
 
M

MsWatts

Thanks for the help! I'll give that a try.

Duane Hookom said:
The checkbox must be bound to a field in the form's record source in order
for it to behave independently from all other records in the form.
 
Top