CheckBoxes

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

Guest

I have a set of check boxes on a continuous subform:

Have A Have B Name
O O Name1
O O Name2
O O Name3
O O Name4

I currently have it where you enter the Names but I want to have the Names
already populated but I'm not sure how to do that. Any ideas?
 
You will need the names in the table where Have A and Have B are stored or in
a table linked to the table that has Have A and Have B in it.
 
Back
Top