HI,
I have a report which operates off a query. I have used a number of sumif statements in the report to provide totals for enrolments on particular programs for a given month.
All works fine. Now they have combined 2 programs into one for reporting only. How can I combine them in my statement to ensure it totals the results for both?
Example of my statement:
=Sum(IIf([ProgramTitle]="Drug Education",[StudentsCommencing],0))
What if I need to include Car Maintenance and Drug Education?
Thanks
I have a report which operates off a query. I have used a number of sumif statements in the report to provide totals for enrolments on particular programs for a given month.
All works fine. Now they have combined 2 programs into one for reporting only. How can I combine them in my statement to ensure it totals the results for both?
Example of my statement:
=Sum(IIf([ProgramTitle]="Drug Education",[StudentsCommencing],0))
What if I need to include Car Maintenance and Drug Education?
Thanks