N
Nathan C. Lee
I'd like to create criteria in a query that only takes effect if the field
where it's looking is not null.
I'm making a parameter query, where the user selects the query's parameters
in a dialog box. I'd like it if the query didn't filter out anything if the
particular field is null. For example, I have a "PO Number" field and
"Purchaser" field. If both are filled out, the query will only return
records where both are matched. If "PO Number" is left empty, then all
records matching "Purchaser" are returned.
Thanks in advance,
Nathan
where it's looking is not null.
I'm making a parameter query, where the user selects the query's parameters
in a dialog box. I'd like it if the query didn't filter out anything if the
particular field is null. For example, I have a "PO Number" field and
"Purchaser" field. If both are filled out, the query will only return
records where both are matched. If "PO Number" is left empty, then all
records matching "Purchaser" are returned.
Thanks in advance,
Nathan