H
Harley
Okay, this SHOULD be a pretty simple question.
I have an inquiry form where a user can select a primary
criteria (text control) and secondary criteria (combo
box) for a results form. Of course, the results form is
based on a query that uses the criteria from the inquiry
form. The secondary criteria is meant to apply a second
filter to records that match the primary criteria.
I'm trying to get the query to return ALL records that
match the primary criteria, if the secondary criteria
field is left blank.
Currently, however, if the secondary criteria field is
left blank, the query returns no records because none of
the records have null values for this field.
Can someone help me out with how to set up my combo
box/query so that it returns all records instead of none?
I have an inquiry form where a user can select a primary
criteria (text control) and secondary criteria (combo
box) for a results form. Of course, the results form is
based on a query that uses the criteria from the inquiry
form. The secondary criteria is meant to apply a second
filter to records that match the primary criteria.
I'm trying to get the query to return ALL records that
match the primary criteria, if the secondary criteria
field is left blank.
Currently, however, if the secondary criteria field is
left blank, the query returns no records because none of
the records have null values for this field.
Can someone help me out with how to set up my combo
box/query so that it returns all records instead of none?