C
cmichaud
I am having a problem with a query that is using a form to get its
criteria. there are several comboboxes on the form and i want to be
able to leave them blank to search all for that category.
i am using this sort of format
[Forms]![frmResourceAttributes]![ResourceCombo] Or
[Forms]![frmResourceAttributes]![ResourceCombo] Is Null
the problem is that the query returns nothing.
even if there is not a record for the individual for a certain category
i dont want this to disqualify the record from coming up.
any ideas on how i can get this to work??
criteria. there are several comboboxes on the form and i want to be
able to leave them blank to search all for that category.
i am using this sort of format
[Forms]![frmResourceAttributes]![ResourceCombo] Or
[Forms]![frmResourceAttributes]![ResourceCombo] Is Null
the problem is that the query returns nothing.
even if there is not a record for the individual for a certain category
i dont want this to disqualify the record from coming up.
any ideas on how i can get this to work??