list only most recent event in a query
From: lynn atkinson (anonymous_at_discussions.microsoft.com)
Date: 07/23/04
- Next message: Christopher: "Calculated fields in query"
- Previous message: STDT: "Merge query results in MS Word"
- Next in thread: Allen Browne: "Re: list only most recent event in a query"
- Reply: Allen Browne: "Re: list only most recent event in a query"
- Reply: Allen Browne: "Re: list only most recent event in a query"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 23 Jul 2004 03:30:48 -0700
I am trying to create a record of training courses
employees have been on.
Each course attended is recorded in the coursebookings
table.
I want to display a record of only the most recent courses
attended
ie if they attended a course in 2001, a refresher in 2002
and 2003, I just want the query to list the refresher in
2003. The course names are the same eg first aid, but each
time the course runs it has a unique id (event ID) which
is a course running on a particular date.
I have tried using the Max function on the query on the
date of the course, but it still lists the earlier
courses. Do I combine the max date with something else.
I cant get my head round this!
thanks
- Next message: Christopher: "Calculated fields in query"
- Previous message: STDT: "Merge query results in MS Word"
- Next in thread: Allen Browne: "Re: list only most recent event in a query"
- Reply: Allen Browne: "Re: list only most recent event in a query"
- Reply: Allen Browne: "Re: list only most recent event in a query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|