Hello All!
I am trying to get a query to run right with the Yes/No checkbox option. When the checkbox on the form is ON, I get only the ones that are checked (or YES). This also works for the unchecked box (which equals NO). What I really need is if checked, or YES, so only those items. But if unchecked (or NO), show mw all those items. A wildcard does not work (*). Any ideas? Here is my expression so far.
IIf([Forms]![User_Reports_FRM]![New_Order],Yes,No)
What needs to be added, replaced or changed to get the query to select ALL if unchecked?
Thx!
I am trying to get a query to run right with the Yes/No checkbox option. When the checkbox on the form is ON, I get only the ones that are checked (or YES). This also works for the unchecked box (which equals NO). What I really need is if checked, or YES, so only those items. But if unchecked (or NO), show mw all those items. A wildcard does not work (*). Any ideas? Here is my expression so far.
IIf([Forms]![User_Reports_FRM]![New_Order],Yes,No)
What needs to be added, replaced or changed to get the query to select ALL if unchecked?
Thx!