W
Will
I have a database that tracks projects for a given customer.
Each project has a unique number- for each project we list dated status
entries.
For instance, for job numer 101, we will make regular entries sorted by
date,
To (hopefully) further clarify:
Job #101 --------- 10/01/05 Project Start
--- 10/05/05 Estimate to customer
--- 10/10/05 Customer planning conference
Job #102 --------- 10/03/05 Project Start
--- 10/15/05 Field Work started
--- 10/21/05 Field work complete
The Question: How do I end up with only the latest status entry per job
i.e.
Job #101 ---------10/10/05 Customer planning conference
Job #102 ---------10/21/05 Field work complete
Job #103 --------- etc.,
Each project has a unique number- for each project we list dated status
entries.
For instance, for job numer 101, we will make regular entries sorted by
date,
To (hopefully) further clarify:
Job #101 --------- 10/01/05 Project Start
--- 10/05/05 Estimate to customer
--- 10/10/05 Customer planning conference
Job #102 --------- 10/03/05 Project Start
--- 10/15/05 Field Work started
--- 10/21/05 Field work complete
The Question: How do I end up with only the latest status entry per job
i.e.
Job #101 ---------10/10/05 Customer planning conference
Job #102 ---------10/21/05 Field work complete
Job #103 --------- etc.,