Hi there,
My table (tblWareHouse) has the following data:
SerialNo EnterDate
100 12/25/03
100 12/25/03
100 12/25/03
200 08/14/04
200 08/14/04
Is there a way to delete all the duplicate serial number and date but save one record from each group?
The result in this case is
SerialNo EnterDate
100 12/25/04
200 08/14/04
I tried to do in Access Query and Access Code but I couldn't get it to work.
My table (tblWareHouse) has the following data:
SerialNo EnterDate
100 12/25/03
100 12/25/03
100 12/25/03
200 08/14/04
200 08/14/04
Is there a way to delete all the duplicate serial number and date but save one record from each group?
The result in this case is
SerialNo EnterDate
100 12/25/04
200 08/14/04
I tried to do in Access Query and Access Code but I couldn't get it to work.