Hello,
I have a query in Access and need to export the data to Excel worksheet. I was able to export to Excel just fine, but the result format in some fields are messed up, like date field would return a 5 digital numbers, whereas a number would return like data
field. Also, issue with decimal places in number fields.
In Access query, I formatted the field with specifying fixed decimal places like Format(expression, "0.00") and date as Format(expression, "short date").
How do I changed the Access query so instead of formatting the field, actually changed the field to specified decimal or whole number or date field?
Thanks for all the help.