link check box to table

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

Guest

I have created a form and have created check boxes with information that I
need, How do I make these check boxes show up on the table? Do I have to
make a field for each item?
I have tried making a field and inserting it in the form, but I can not
change it to a check box.
 
I have created a form and have created check boxes with information that I
need, How do I make these check boxes show up on the table? Do I have to
make a field for each item?
I have tried making a field and inserting it in the form, but I can not
change it to a check box.

You've started at the wrong end.
First, create a new check box field in your table.
If the table is the form's record source, open the form in design view
and the field will be listed in the Field List tool button. Drag it
onto the form.

If a query is the form's record source, add the check box field to the
query, then it will show up in the Form's field List.
 
hi,
a check box is a true/false control. you can't link it to
data field in a table. if you put the data field as the
checkbox's label, that wont work.
What are you trying to do?
 
Back
Top