L
leahf via AccessMonster.com
An existing report for teachers' monthly hours consists basically of a
heading with the teacher's name and the month requested, and a detail section
of the date of each day the teacher worked along with the classes & hours
that the teacher taught that day.
An example would be:
Jane Smith 6/2009
----------------------------
Monday June 8 Class 101 2 hours
Wednesday June 10 Class 101 1 hour
Class 200 2 hours
Friday June 12 Class 200 1 hour
Class 201 1 hour
The data comes from a table that is filled (using vba script) when the report
is requested.
The present request is to 1)add the address of the teacher in the title (no
problem, just change the table definition and add the address) and 2)add the
address of the classes that the teacher taught that month (in the title of
the report). Not every class is in the same building.
I can, obviously, change the table definition and add the address of each of
the classes, but is there any way that I can have the list of classes taught
along with the addresses in the title of the report? I would somehow have to
go through the records of the teacher and extract the distinct classes taught
that month.
Any ideas how I can get that information?
Thanks.
Leah
heading with the teacher's name and the month requested, and a detail section
of the date of each day the teacher worked along with the classes & hours
that the teacher taught that day.
An example would be:
Jane Smith 6/2009
----------------------------
Monday June 8 Class 101 2 hours
Wednesday June 10 Class 101 1 hour
Class 200 2 hours
Friday June 12 Class 200 1 hour
Class 201 1 hour
The data comes from a table that is filled (using vba script) when the report
is requested.
The present request is to 1)add the address of the teacher in the title (no
problem, just change the table definition and add the address) and 2)add the
address of the classes that the teacher taught that month (in the title of
the report). Not every class is in the same building.
I can, obviously, change the table definition and add the address of each of
the classes, but is there any way that I can have the list of classes taught
along with the addresses in the title of the report? I would somehow have to
go through the records of the teacher and extract the distinct classes taught
that month.
Any ideas how I can get that information?
Thanks.
Leah