Hi,
I have written a query which pulls several criteria from a form (called "Report Criteria Form")
The criteria / fields on my form are drop-down fields and user can OPTIONALLY use these fields. If the field is blank, then query should ignore it. If the field is not blank, then criteria should be used in query.
How would I set up my query to ignore form fields / criteria that are blank? Currently, the criteria line for one of fields in my query looks like this:
[Forms]![Report Criteria Form]![Ethnic Heritage]
Thanks for your help
I have written a query which pulls several criteria from a form (called "Report Criteria Form")
The criteria / fields on my form are drop-down fields and user can OPTIONALLY use these fields. If the field is blank, then query should ignore it. If the field is not blank, then criteria should be used in query.
How would I set up my query to ignore form fields / criteria that are blank? Currently, the criteria line for one of fields in my query looks like this:
[Forms]![Report Criteria Form]![Ethnic Heritage]
Thanks for your help