A
ACase
Hello,
I created a form, which allows users to enter a search/filter criteria then
produce a report.
If the user does not use one of the available search fields, then I would
like that field to bring back 'ALL' or "*".
I added the following filter to my query, but it does not seem to work.
IIf(IsNull(([Forms]![frm_CallLogOptions]![Branch
ID])),"*",([Forms]![frm_CallLogOptions]![Branch ID)]))
Essnetially - check to see if the txt box is empty, if it is bring back all,
else use the entry.
Any help would be much appreciated.
Thanks
ACase
I created a form, which allows users to enter a search/filter criteria then
produce a report.
If the user does not use one of the available search fields, then I would
like that field to bring back 'ALL' or "*".
I added the following filter to my query, but it does not seem to work.
IIf(IsNull(([Forms]![frm_CallLogOptions]![Branch
ID])),"*",([Forms]![frm_CallLogOptions]![Branch ID)]))
Essnetially - check to see if the txt box is empty, if it is bring back all,
else use the entry.
Any help would be much appreciated.
Thanks
ACase