We receive a csv file daily in which almost most fields are static except for few fields and the date.
Since one daily file was missed , someone erroneously updated the Access table with the csv file of a previous date.
The date time field is like 2024-02-25 10:18:38 . Is there a way to update just the day from 25 to 27, leaving the rest of the values intact?
I need the 2024-02-27 10:18:38 leaving the yyyy-mm part and the hh:mm:ss intact? Since the data is several thousand rows, I think a update query would be faster.
TIA
Since one daily file was missed , someone erroneously updated the Access table with the csv file of a previous date.
The date time field is like 2024-02-25 10:18:38 . Is there a way to update just the day from 25 to 27, leaving the rest of the values intact?
I need the 2024-02-27 10:18:38 leaving the yyyy-mm part and the hh:mm:ss intact? Since the data is several thousand rows, I think a update query would be faster.
TIA