I have a form which uses check boxes for items which marks items as a check list. The check boxes link to the master table. I am trying to create a report where if the box is checked then the text on the report will say a given line other than the standard yes/no or true/false.
Form (with check boxes) Example:
Banana X
Orange
Apple X
Kiwi
Strawberry
The report will read:
Pick these up from the store
Apple
Banana
Currently the report will give me only a true/false or yes no. Is there a way to make the check box convert to specific text like this? If so how?
Form (with check boxes) Example:
Banana X
Orange
Apple X
Kiwi
Strawberry
The report will read:
Pick these up from the store
Apple
Banana
Currently the report will give me only a true/false or yes no. Is there a way to make the check box convert to specific text like this? If so how?