G
Guest
I am applying the following criteria in my listbox query: HAVING (Table.NAME)
Like("*" & [Forms]![Frm]![Textbox] & "*")
I want show all records if [Forms]![Frm]![Textbox] is empty. But when
Table.NAME is null the record will not show up.
How can I make sure the criteria is applied only when
[Forms]![Frm]![Textbox] is not empty ?
Like("*" & [Forms]![Frm]![Textbox] & "*")
I want show all records if [Forms]![Frm]![Textbox] is empty. But when
Table.NAME is null the record will not show up.
How can I make sure the criteria is applied only when
[Forms]![Frm]![Textbox] is not empty ?