Mobiusrune
Registered User.
- Local time
- Today, 05:28
- Joined
- Jan 7, 2013
- Messages
- 28
Hi,
I am making a report off of a query. The report is returning values from a Option Group. 1=Yes, 2=No and 3=N/A.
The report returns the numeric values and I want the value labels instead. So, I created a column in the query for exp1 which looks like the following:
=IIF([VSArrive]=1,"Yes",IIF([VSArrive]=2,"No","N/A"))
What the report returns is #Error. HELP!
I am making a report off of a query. The report is returning values from a Option Group. 1=Yes, 2=No and 3=N/A.
The report returns the numeric values and I want the value labels instead. So, I created a column in the query for exp1 which looks like the following:
=IIF([VSArrive]=1,"Yes",IIF([VSArrive]=2,"No","N/A"))
What the report returns is #Error. HELP!