Hello Everyone,
I am newbie in Access. This will be very simple for you guys, but for me it's not.
I have a table, tbl1. I am making a search form which I got through this Site
In the form there is a compo with 3 drop down, All, Pending, Closed. In tbl1 there is a field called "Status". So basically I am trying to retrieve data based on comp selection. In Query I tried under "Status" field 'Criteria' area,
IIF([Forms]![Search]![SearchStatus]="All",Like "*",[Forms]![Search]![SearchStatus])
If I select 'All' nothing pulled, but for 'Pending' & 'Closed' works.
How can I fix this. If I select 'All' pull everything <>"" in "Status" field.
Thank you for your time.
Raj