Hi
Have a simple query with input from a combo box. If the user selects 'All' i want to show all records.
I have tried "*" (As in above example) and tried 'Like"*"', Is Not NUll, none of which work.......
How is this done?
Thanks in advance
Have a simple query with input from a combo box. If the user selects 'All' i want to show all records.
Code:
=IIf([Forms]![frm_Dry_tow_Chart]![combo_customer]="All","*",[Forms]![frm_Dry_tow_Chart]![combo_customer])
How is this done?
Thanks in advance