J
j4
I have a table containing repeat records for indiviual items (ie. the
record's ID field is the same and the record's revision date is different).
I need to generate a query that pulls out only the latest revision date
record for each item.
Example:
ID REV
1 1/30
1 2/2
2 1/15
2 1/30
2 2/6
3 1/18
Result
ID REV
1 2/2
2 2/6
3 1/18
Thanks, J4
record's ID field is the same and the record's revision date is different).
I need to generate a query that pulls out only the latest revision date
record for each item.
Example:
ID REV
1 1/30
1 2/2
2 1/15
2 1/30
2 2/6
3 1/18
Result
ID REV
1 2/2
2 2/6
3 1/18
Thanks, J4