I want to print a report that comes from a query that contains 15 yes/no check boxes questions. Each record may have up to three check boxes. My problem is, how can I print only the check boxes that are checked and not all 15 every time. It would reduce to size of my report and only contain the needed information.
example: (Query)
Names:
Age:
1. Married: yes/ no
5. Have kids: yes/ no
12. Have a car: yes/no
15. Have a pet: Yes/no
(Report)
Name: John Doe Age: 21 Married Kids Car
y y y
example: (Query)
Names:
Age:
1. Married: yes/ no
5. Have kids: yes/ no
12. Have a car: yes/no
15. Have a pet: Yes/no
(Report)
Name: John Doe Age: 21 Married Kids Car
y y y