Hi All Clever People
I'm Trying to seed a query that displays results from a combo box entry on a form.
I'm trying to filter a query of what's entered in the combo box and show all if the combo box has nothing entered
Code on the query builder window under 'Criteria:'
IIF(IS Null [Forms]![frmItemizedLogBatch]![ComboSearchBatch],Like"*",[Forms]![frmItemizedLogBatch]![ComboSearchBatch])
returns no records if combo box is empty and returns the correct records if combobox has data in it.
That am i overlooking?? I'm getting befuddled
Thanks
I'm Trying to seed a query that displays results from a combo box entry on a form.
I'm trying to filter a query of what's entered in the combo box and show all if the combo box has nothing entered
Code on the query builder window under 'Criteria:'
IIF(IS Null [Forms]![frmItemizedLogBatch]![ComboSearchBatch],Like"*",[Forms]![frmItemizedLogBatch]![ComboSearchBatch])
returns no records if combo box is empty and returns the correct records if combobox has data in it.
That am i overlooking?? I'm getting befuddled
Thanks