Hello,
I am creating a report in Microsoft Access 2007.
I have two tables (with the following fields![]()
Table 1: Name
Fields:
projid (text)
firstname
lastname
Table 2: Dates
Fields:
id
projid (text) - linked to the projid field from the table above
annualspringattendance (text)
The Name database holds the names of our employees and their id number. The Dates database holds a listing of the meeting attendance of all of our employees. I am attempting to create a report that will show each employee and in large print the most recent meeting attended, then in much smaller print, the next 2 meetings.
I am not sure how this is done since this must look at the projid, then look at the entries made and select the entry for a given projid that is last in the list (the most current) and work backwards to find a few others (if there are any.)
It must also have something shown if there are no records for a given projid.
Thank you SO much!
Mike