ethan1701
Technical User
- Jan 10, 2003
- 16
Hi,
I have an ASP form which updates an Access 97 DB. One of the things I update is the date and time a record was stored. I do this by inserting now() into a column (TimeStamp). I've found that when the date is before the 10th of the month, access gets confused. Depending on the LCID I use, I could send it the fourth of July, and it will see the seventh of April. Since I'm not using a string in a dd/mm/yyyy format, but rather, I'm using the now() function, I have no idea how to fix this.
Do any of you have a solution to this situation?
-Ethan
I have an ASP form which updates an Access 97 DB. One of the things I update is the date and time a record was stored. I do this by inserting now() into a column (TimeStamp). I've found that when the date is before the 10th of the month, access gets confused. Depending on the LCID I use, I could send it the fourth of July, and it will see the seventh of April. Since I'm not using a string in a dd/mm/yyyy format, but rather, I'm using the now() function, I have no idea how to fix this.
Do any of you have a solution to this situation?
-Ethan