Trevor G
Registered User.
- Local time
- Today, 15:45
- Joined
- Oct 1, 2009
- Messages
- 2,361
Is it possible to loop through a table that is holding around 600,000 records to remove the time in field and leave the date in there.
The Field is called TimeStamp (but only needs to hold the date), someone is using a query to append records but have include the Now() Function rather than Date(). Some times the query is run several times in the same day so different times are being placed in the field (not a good practice).
Which has now caused some issues with reporting.
In the table the field TimeStamp has the data type of date/time and in the format it has dd/mmm/yyyy
The Field is called TimeStamp (but only needs to hold the date), someone is using a query to append records but have include the Now() Function rather than Date(). Some times the query is run several times in the same day so different times are being placed in the field (not a good practice).
Which has now caused some issues with reporting.
In the table the field TimeStamp has the data type of date/time and in the format it has dd/mmm/yyyy