S
SusanV
Hi all,
I have a half dozen date fields for tracking various stages of a job, and
need to report which records were updated in the last week, and ONLY the
most recent entry for that report.
tblJobStatus - fields included for report:
JobNo (pk)
StartDate
CheckedDate
FinishDate
....(others in between, but this gives you an idea)
So, for instance, if job number 123456 started on 10/24/05, was checked on
10/26/05, and completed on 10/27/05, I ONLY want the data
123456 - Finished 10/27/05
I'm having trouble with the SQL - is anyone able to help?
Thanks in Advance,
Susan
I have a half dozen date fields for tracking various stages of a job, and
need to report which records were updated in the last week, and ONLY the
most recent entry for that report.
tblJobStatus - fields included for report:
JobNo (pk)
StartDate
CheckedDate
FinishDate
....(others in between, but this gives you an idea)
So, for instance, if job number 123456 started on 10/24/05, was checked on
10/26/05, and completed on 10/27/05, I ONLY want the data
123456 - Finished 10/27/05
I'm having trouble with the SQL - is anyone able to help?
Thanks in Advance,
Susan