I have a table called tbl_Weekly_Update. The following is what is in that table.
PROJ_ID-----UPDATE_DATE-------WKLY_UPDATE
---87------------3/24/2003---------another test
---87------------3/25/2003---------this is a test
---90------------3/25/2003---------one more
I would like a query that grabs the latest WKLY_UPDATE for each PROJ_ID. So for example the only thing I would like returned is
PROJ_ID UPDATE_DATE WKLY_UPDATE
---87------------3/25/2003---------this is a test
---90------------3/25/2003---------one more
Hopefully I have explained this clearly and someone can help me.
Thanks in advance,
Kacy
________
Ferrari 333 Sp
PROJ_ID-----UPDATE_DATE-------WKLY_UPDATE
---87------------3/24/2003---------another test
---87------------3/25/2003---------this is a test
---90------------3/25/2003---------one more
I would like a query that grabs the latest WKLY_UPDATE for each PROJ_ID. So for example the only thing I would like returned is
PROJ_ID UPDATE_DATE WKLY_UPDATE
---87------------3/25/2003---------this is a test
---90------------3/25/2003---------one more
Hopefully I have explained this clearly and someone can help me.
Thanks in advance,
Kacy
________
Ferrari 333 Sp
Last edited: