Thread: iff function
View Single Post
  #3  
Old April 27th, 2004, 09:46 PM
PC Datasheet
external usenet poster
 
Posts: n/a
Default iff function

Look at the Switch and Choose functions in the Help file. They are more
appropriate than the Intermediate If here.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications

www.pcdatasheet.com


"debdeb" wrote in message
...
I have a table where there are numbers stored for the
values. How do I get those numbers to print out the
corresponding words in a report. Example 1=yes 2=no
3=sometimes. I have the beginning, but how do I put the
rest in.....
Example if field name is Weather,
=IIf([weather]=1,yes)