Hi. I'm using Access 2002. I have a PSQL table that contains history tickets. A ticket can occur numerous times and each time it is revised, a new record is written with a sequence number that is incremented. For example:
ticket no unique
123456 104
123456 105
123456 106
I want to append to a table only the last record. How would I set up the criteria in the query?
Thanks
Cathy
ticket no unique
123456 104
123456 105
123456 106
I want to append to a table only the last record. How would I set up the criteria in the query?
Thanks
Cathy