Query from Multiple Checkboxes

  • Thread starter Thread starter Paul Washburn
  • Start date Start date
P

Paul Washburn

I have a form with 4 seperate checkboxes on it. Each check box is supposed
to apply a filter for the query results, so that if none of the boxes are
checked all records are returned.

What is the easiest way to code the query so that each check box applies a
filter to the records.

Thank you.
 
Can you provide some form, control, field, and table names? Are all 4
checkboxes filtering the same field in the query or multiple fields? What are
the field types and how do you want to filter them if the boxes are checked?
 
Back
Top