So we have a table that gets updated every day with the last events. like a log on the processing of any order
The field that gets updated is called [Order_Status] and the date gets updated within the [ImportingDate] - what i need to do is once completed delete (or archive) all earlier records so just leaves the "Completed" entry - how can this ne done from a query please
The field that gets updated is called [Order_Status] and the date gets updated within the [ImportingDate] - what i need to do is once completed delete (or archive) all earlier records so just leaves the "Completed" entry - how can this ne done from a query please
ORDER_No | OrderStatus | ImportingDate |
148774 | Completed | 26/01/2022 |
148774 | Picking | 24/01/2022 |
148774 | Assigned | 23/01/2022 |