Anishtain4
Registered User.
- Local time
- Today, 09:00
- Joined
- Apr 13, 2011
- Messages
- 21
I have a report, but there are some equivalents for the fields I get from my table, for example type=1 means water system and type=2 means sewer system. as you can see i have added the type field in the table, I tried =iff(type=1,"water","sewer") in the control source box, but when I open up the form it asks me the iff clause and return #Error on the field.
How should I manage this?
How should I manage this?