Limit on IIF's

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a limit on the number of IIF expressions I can use in an Access2K query?
 
I believe the limit is 50 but you can only have 1,024
characters.

Hope that helps...
 
Whenever I see a statement like this, it raises red flags. I would attempt
to either create a user-defined function or use table records to model the
IIf()s.

--
Duane Hookom
MS Access MVP


Perico said:
Is there a limit on the number of IIF expressions I can use in an Access2K
query?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top