IIF Function in query

S

Scott

I need to run a query that run from multiple yes/no boxes on a form. I have
set the form up with the required fields and have place the following into
the critera:
IIf([Forms]![Customer Selection]![Now Account]=No,"null","Yes") I will only
select one yes from the form and then run the query.
 
L

Lord Kelvan

are you wanting to put this into the databse or just display it on
screen till it is closed for the next time
 
Top