OliverWilton
Registered User.
- Local time
- Today, 05:23
- Joined
- Nov 25, 2008
- Messages
- 15
I feel kind of stupid asking this, but i just don't know! I have radio buttons on a form with the attributes of Active, Inactive or Proto-type. If you click it on the form then in the table it assigns a numeric value, but on the report i want it to display the text.
I have it working for 2, so if it =1 then it displays Active, else it displays Inactive. Like so:
=IIf([Active/Inactive/Prototype]=1,"Active","Inactive")
How would i write it so that i could display all 3?
Thank you!
I have it working for 2, so if it =1 then it displays Active, else it displays Inactive. Like so:
=IIf([Active/Inactive/Prototype]=1,"Active","Inactive")
How would i write it so that i could display all 3?
Thank you!