T
Twotone
I'm relatively new at access so I'm hoping someone might be able to give me
an efficient way to perform the following;
I'm trying to retrieve historical records as of a specific date from a
table. For example, I need to retrieve the status of a group of employees as
of 02/15/2006. However, an employee's history records for the status field
are, 01/01/2005 - FT, 02/01/2006 - PT, 01/15/2007 - FT . What's the best way
to query the tbl so that PT is returned when I run the query with an "as of"
date of 2/15/2006?
an efficient way to perform the following;
I'm trying to retrieve historical records as of a specific date from a
table. For example, I need to retrieve the status of a group of employees as
of 02/15/2006. However, an employee's history records for the status field
are, 01/01/2005 - FT, 02/01/2006 - PT, 01/15/2007 - FT . What's the best way
to query the tbl so that PT is returned when I run the query with an "as of"
date of 2/15/2006?