How do I have the check box work on just one entry?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have my forms set up to use check box's for each entry but it automatically
applys the check to everyone. Can I have it apply to only one person and if
so how?
 
I have my forms set up to use check box's for each entry but it automatically
applys the check to everyone. Can I have it apply to only one person and if
so how?

Add a check box field to the underlying table.
Then either
1) Add the check box to the form from the Field List tool button.
or
2) Set the control source of an existing check box control to the
field.
 
Back
Top