S
suek
My report has the body, and if I have done it rightly, I have put a subreport
in the report footer to count various fields in the report.
The sub report is based on a query with 3 fields a count of the total jobs
since 1998 (this is working on the report ok). There are three programs
under which jobs are done and paid for, so the totals I need to include in
the report are total jobs in each of the program, as well as total jobs for
each financial year.
I figured that by using the expression builder with a Dcount would produce
the desired result. The syntax I used was:
=DCount("[Total Jobs by Program]","qryCompletedJobs","[Program1]")
However this has produced an error. what am I doing wrong now?
in the report footer to count various fields in the report.
The sub report is based on a query with 3 fields a count of the total jobs
since 1998 (this is working on the report ok). There are three programs
under which jobs are done and paid for, so the totals I need to include in
the report are total jobs in each of the program, as well as total jobs for
each financial year.
I figured that by using the expression builder with a Dcount would produce
the desired result. The syntax I used was:
=DCount("[Total Jobs by Program]","qryCompletedJobs","[Program1]")
However this has produced an error. what am I doing wrong now?