G
Guest
I have a table that has project management information. It has several
fields but the important ones are:
Project Number
Date Info Entered
Time Info Entered
Information
Basically it has records for information added to project progress. Data
looks something like this:
ProNum Date Time Info
1 2/5/2005 1215 Some older information here
1 2/5/2005 1523 Some older information here
1 2/6/2005 0912 Some information here - newest
2 2/5/2005 1015 Some older information here
2 2/8/2005 1849 Some information here - newest
3 2/5/2005 1435 Some information here - newest
What I want to be able to get from a query is just one record for each
project number that is the most recent information entered. Something like:
ProNum Date Time Info
1 2/6/2005 0912 Some information here - newest
2 2/8/2005 1849 Some information here - newest
3 2/5/2005 1435 Some information here - newest
I am not sure how to set up a Query to get this information, or if it is
even possible. Any advice would be greatly appreciated.
Thanks,
Jim
fields but the important ones are:
Project Number
Date Info Entered
Time Info Entered
Information
Basically it has records for information added to project progress. Data
looks something like this:
ProNum Date Time Info
1 2/5/2005 1215 Some older information here
1 2/5/2005 1523 Some older information here
1 2/6/2005 0912 Some information here - newest
2 2/5/2005 1015 Some older information here
2 2/8/2005 1849 Some information here - newest
3 2/5/2005 1435 Some information here - newest
What I want to be able to get from a query is just one record for each
project number that is the most recent information entered. Something like:
ProNum Date Time Info
1 2/6/2005 0912 Some information here - newest
2 2/8/2005 1849 Some information here - newest
3 2/5/2005 1435 Some information here - newest
I am not sure how to set up a Query to get this information, or if it is
even possible. Any advice would be greatly appreciated.
Thanks,
Jim