Hi all,
i'm having problems exporting a table as a CSV file. Well, actually it works fine but the date field in the resulting CSV file is not formated as short date, instead it shows like so...
7/15/2007 0:00
The code is below.
DoCmd.TransferText acExportDelim, , "tblMk15th"...