I have a table that has serial numbers with dates that show when a job was entered, the date it was closed and the date it was installed. The Date of the installation is on the incorrect line and I would like to have it put onto the correct line. How can I do this in Access without going thru every line manually? Below is an example of one serial number with multiple entries.
I would like to have them lined up like this. I have over 73000 entries to go thru. The Date Warranty needs to be greater than the previous Date Cls but less than the next Date Ent.
BarCode | Date_Ent | Date_Cls | Date_Warranty |
A-320618 | 6/2/2017 | 6/13/2017 | |
A-320618 | 3/1/2018 | 4/25/2018 | 5/11/2018 |
A-320618 | 5/16/2018 | 6/1/2018 | 8/28/2018 |
A-320618 | 9/6/2018 | 10/3/2018 |
I would like to have them lined up like this. I have over 73000 entries to go thru. The Date Warranty needs to be greater than the previous Date Cls but less than the next Date Ent.
BarCode | Date_Ent | Date_Cls | Date_Warranty |
A-320618 | 6/2/2017 | 6/13/2017 | |
A-320618 | 3/1/2018 | 4/25/2018 | |
A-320618 | 5/16/2018 | 6/1/2018 | 5/11/2018 |
A-320618 | 9/6/2018 | 10/3/2018 | 8/28/2018 |