Option Group Value to Text on Report

fenhow

Registered User.
Local time
Yesterday, 17:16
Joined
Jul 21, 2004
Messages
599
Hi, is there an easy way to do a conditional format on a report where the value is 1,2,3,or 4 from an option group. I want the 1=Yes, 2=No, 3=Maybe etc.
Thanks.
Fen
 
Typically I'd have those values in a table, and join that table in the report's source query. If you don't want to do that, you can use the Switch() function or nested IIf() functions.
 

Users who are viewing this thread

Back
Top Bottom