IIF Function in query

  • Thread starter Thread starter Scott
  • Start date Start date
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.
 
are you wanting to put this into the databse or just display it on
screen till it is closed for the next time
 
Back
Top