R
Richard
Folks,
I need help with this one.
I have a table with the following:
Transaction ID (Primary Key & auto number), ProductID, Value.
The table contains many records for each ProductID, e.g:
01, 01, 12
02, 02, 08
03, 01, 15
04, 01, 57
05, 02, 18
I need ot get the last record for each ProductID. So the query needs to
return:
04, 01, 57
05, 02, 18
Anyone got any ideas on how to go about it?
Many Thanks in Advance
Rich
I need help with this one.
I have a table with the following:
Transaction ID (Primary Key & auto number), ProductID, Value.
The table contains many records for each ProductID, e.g:
01, 01, 12
02, 02, 08
03, 01, 15
04, 01, 57
05, 02, 18
I need ot get the last record for each ProductID. So the query needs to
return:
04, 01, 57
05, 02, 18
Anyone got any ideas on how to go about it?
Many Thanks in Advance
Rich