Form Question

  • Thread starter Thread starter MsWatts
  • Start date Start date
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?
 
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.
 
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.
 
Back
Top