S
Saul
I have an employee table (tblemployee) related to training
sessions (tblTraining) in a 1:many relationship. Each
employee will have multiple training sessions. I have
written a query that returns the employee and the dates of
the training sessions they have attended. I would like to
write a query that returns the a list of the empoyee names
and the date of the FIRST (or earliest) training session
(only) that each employee attended. Any ideas on how to
do this? Thank-you for your help. It is much appreciated.
sessions (tblTraining) in a 1:many relationship. Each
employee will have multiple training sessions. I have
written a query that returns the employee and the dates of
the training sessions they have attended. I would like to
write a query that returns the a list of the empoyee names
and the date of the FIRST (or earliest) training session
(only) that each employee attended. Any ideas on how to
do this? Thank-you for your help. It is much appreciated.