S
stretch
I have a query that uses multiple criteria entered into a form. The user is
able to search using any of a number of fields to find records from a table.
I have the following example expression for numerous fields in the criteria
of the query;
Criteria: Like [Forms]![search enquiries]![Quoted By] & "*"
or: Is Null
This works fine but i now want it to return records based on if some
checkboxes are ticked as well.
What would be the criteria in the query for the fields with checkboxes, to
allow this to work?
Thanks in advance
able to search using any of a number of fields to find records from a table.
I have the following example expression for numerous fields in the criteria
of the query;
Criteria: Like [Forms]![search enquiries]![Quoted By] & "*"
or: Is Null
This works fine but i now want it to return records based on if some
checkboxes are ticked as well.
What would be the criteria in the query for the fields with checkboxes, to
allow this to work?
Thanks in advance