checkbox and subform

K

KIT LAU

Hi,

I would like to create a form that has a combo box to show
staff name. When the staff name is selected, a subform
will show ALL records of a table. There's a checkbox next
to each record.

I can only display the records that were checked but not
all the records of the table.

Could anyone help?

Thanks.
 
J

John Vinson

Hi,

I would like to create a form that has a combo box to show
staff name. When the staff name is selected, a subform
will show ALL records of a table. There's a checkbox next
to each record.

I can only display the records that were checked but not
all the records of the table.

What is the Recordsource property of the subform? If it's a query, it
appears that the query is referencing the checkbox field... if so,
just remove the criterion on that field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top