topvalue in a query

mincher

Registered User.
Local time
Today, 23:23
Joined
Jul 22, 2003
Messages
12
I have two tables:

o Staff table with list of all staff
o Job Position table with all positions held by staff and linked to former by unique staffID (this also has date of appointment for each position)

How do i design a query to return a list of all staff with all their most current position?
 
If you have an appointment End Date then you can select the appointment where the end date is Null, which will give you the current positions.

Col
 
Brilliant - solved in 60 seconds :D :)

Many thanks Colin of Essex!
 

Users who are viewing this thread

Back
Top Bottom