Hello. I have an export from Access to XLS that works just fine except for one irritation. The data in Excel comes out as DATE, where the live data is DATE-TIME. It's easily fixed in Excel by changing the column formats (data is retained), but this is a PITA for users.
Any suggestions?
I'm currently just using
Docmd.Outputto acoutputquery, "payrollapproval", acformatXLS
Works like a charm, excepting the formatting.
Thanks in advance!
Stephen.