I am exporting the result set of query into a csv file using to DoCmd.TransferText method.
The table query shows the date columns as just DD/MM/YYYY which is what I want.
But when I open up the csv file after exporting the data, those columns have "00:00:00" appended in the cells so it is now like "DD/MM/YYYY HH:MM:SS".
How do I solve?