set up function in access to display 3 possible outcomes.

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

Guest

How to set up a function in access that will display three possible outcomes
in a query.
 
How to set up a function in access that will display three possible outcomes
in a query.

ColumnName:IIf([Question] = "Specific","Answer is probably
easy",IIf([Question]<>"Specific","Answer is of no value","Try again"))
 
Is there an example of what you have and what you want? Your question is way
too vague.
 
How to set up a function in access that will display three possible outcomes
in a query.

ColumnName:IIf([Question] = "Specific","Answer is probably
easy",IIf([Question]<>"Specific","Answer is of no value","Try again"))

<doubletake>
<applause>

Yep. Answers the question as asked AND prompts the questioner to
clarify, all in one go.


John W. Vinson[MVP]
 

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