set up function in access to display 3 possible outcomes.

G

Geometra76

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

fredg

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"))
 
D

Duane Hookom

Is there an example of what you have and what you want? Your question is way
too vague.
 
J

John Vinson

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]
 
Top