checkbox question

  • Thread starter Thread starter dina
  • Start date Start date
D

dina

I am trying to populate a table using a tabbed subform
with checkboxes. I want the user to be able to select
multiple choices from any of 5 categories of items. I
then want the selections to be placed in the table when
the subform is closed. I don't know if this can be done
at all and I am not sure how to get the selections into a
table (the table has two columns "studentID"
and "ModID"). I hope this is enough information.

Thanks in advance.

Dina
 
I am trying to populate a table using a tabbed subform
with checkboxes. I want the user to be able to select
multiple choices from any of 5 categories of items. I
then want the selections to be placed in the table when
the subform is closed. I don't know if this can be done
at all and I am not sure how to get the selections into a
table (the table has two columns "studentID"
and "ModID"). I hope this is enough information.

You've lost me.

What are the Control Sources of the checkboxes? Where do the "five
categories" come from? If the table has only StudentID and ModID,
where do you intend to put these "multiple choices"?
 
Back
Top