Hello,
It looks like the server missed an update when the time changed to PDT. In the database some records have a time date/stamp like mm/dd/yyyy 00:00 AM, when I export the record, it comes out mm/dd/yyyy 11:00 PM, which is actually now a day earlier. We drop the time stamp for reports, so there is a boat load of inaccurate date records now.
A specific example would be a record that has a date/time stamp of 11/01/2017 00:00 AM becomes 10/31/2017 11:00 PM.
We do a find " *" (space asterisk) and replace with nothing to get 11/1/2017, but now it is an entire day off.
There are a lot of reports that are affected. Instead of adding columns and using a formula, I am looking for a VBA program to find these dates and correct them. Every record with "11:00 PM" in any column is the target.
Any ideas anyone?
It looks like the server missed an update when the time changed to PDT. In the database some records have a time date/stamp like mm/dd/yyyy 00:00 AM, when I export the record, it comes out mm/dd/yyyy 11:00 PM, which is actually now a day earlier. We drop the time stamp for reports, so there is a boat load of inaccurate date records now.
A specific example would be a record that has a date/time stamp of 11/01/2017 00:00 AM becomes 10/31/2017 11:00 PM.
We do a find " *" (space asterisk) and replace with nothing to get 11/1/2017, but now it is an entire day off.
There are a lot of reports that are affected. Instead of adding columns and using a formula, I am looking for a VBA program to find these dates and correct them. Every record with "11:00 PM" in any column is the target.
Any ideas anyone?