Quote from
CSSystems on November 18, 2023, 11:48 pm
I have an application for recording and reporting volunteers. The database will have some active volunteers and not-active volunteers (when they loose interest).
The Report I need help with is reporting a category e.g. Food Serving and those volunteers who indicated they will help.
Food Serving (from Master table)
Name 1 (from volunteer names table) (sub-report)
Name 2
etc
Right now the report shows active and not-active volunteer names.
Active field is a boolean field
I want to only show the volunteer names that are active but I am not sure where the Query should be placed to make this happen.
Is it possible?
I have an application for recording and reporting volunteers. The database will have some active volunteers and not-active volunteers (when they loose interest).
The Report I need help with is reporting a category e.g. Food Serving and those volunteers who indicated they will help.
Food Serving (from Master table)
Name 1 (from volunteer names table) (sub-report)
Name 2
etc
Right now the report shows active and not-active volunteer names.
Active field is a boolean field
I want to only show the volunteer names that are active but I am not sure where the Query should be placed to make this happen.
Is it possible?