barbados2010
Registered User.
- Local time
- Today, 04:36
- Joined
- Sep 7, 2012
- Messages
- 16
One of my reports has a record source which gets data from a checkbox that was checked on a form. There is 2 check boxes and either one is checked to indicate the desired info. Since access only allows a number of 1 or 2 I want to use iif(optionvalue=1,"F","N") to show an "F" on the report instead of displaying the 1.
Can this be done in report properties or does it have to be done in VBA?
Can this be done in report properties or does it have to be done in VBA?