I have a parameter query which takes values from 4 comboboxes on a form. Typically the criteria is laid out like this in the query.
[Forms]![findfrm]![cbohard]
If all four fields are completed the query works fine. If I leave one or more fields however, the query returns a blank. Anyone know of a way to make the query use the information in just the completed fields and ignore the empty fields?
[Forms]![findfrm]![cbohard]
If all four fields are completed the query works fine. If I leave one or more fields however, the query returns a blank. Anyone know of a way to make the query use the information in just the completed fields and ignore the empty fields?