Access Data Project Help --- IIF Statement

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

Guest

I am good at Access but know little about Access Data Projects.
I have some queries I am converting using IIF statemenets. What is the best
approch for using IIF in a SQL Server view ?
 
You can use Case:

Case when Field1='A' then 'choice1' else 'choice2' end
 

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