I'm importing an Excel spreadsheet into an Access db.
For most records, the import works fine, but in a few cases dates are being 'inverted'. For example, if I import 01/02/07 (February 7th, 2007) it becomes January 2nd, 2007 in my Access table. This doesn't hapen to the majority of records, but even one is too many.
I've confirmed that the Excel date genuinely is Feb 7th on the spreadsheet.
I've used a message box to check that the value being inserted is #01/02/07#.
Somehow, the day and month combination still gets interpreted differently by Access.
Is there some property I can set within Access to ensure that all dates are stored in the same format they are in Excel?
Any thoughts gratefully received.
For most records, the import works fine, but in a few cases dates are being 'inverted'. For example, if I import 01/02/07 (February 7th, 2007) it becomes January 2nd, 2007 in my Access table. This doesn't hapen to the majority of records, but even one is too many.
I've confirmed that the Excel date genuinely is Feb 7th on the spreadsheet.
I've used a message box to check that the value being inserted is #01/02/07#.
Somehow, the day and month combination still gets interpreted differently by Access.
Is there some property I can set within Access to ensure that all dates are stored in the same format they are in Excel?
Any thoughts gratefully received.