RichO
Registered Yoozer
- Local time
- Today, 12:42
- Joined
- Jan 14, 2004
- Messages
- 1,036
Hello all,
I am using this code:
DoCmd.TransferText acExportDelim, "ExportScheduleCSV", "tb_WebScheduleCSV", strPath & "Band-schedules.csv"
to transfer table data to a CSV file. This works just fine but in the process, the date format goes from 02/11/2012 to 2/11/2012 0:00.
The table is formatted for mm/dd/yyyy but the exported CSV file ends up with mm/dd/yyyy hh:nn.
Any ideas how to fix this? The export specs don't have an option for the needed formatting.
Any help would be appreciated. Thanks
I am using this code:
DoCmd.TransferText acExportDelim, "ExportScheduleCSV", "tb_WebScheduleCSV", strPath & "Band-schedules.csv"
to transfer table data to a CSV file. This works just fine but in the process, the date format goes from 02/11/2012 to 2/11/2012 0:00.
The table is formatted for mm/dd/yyyy but the exported CSV file ends up with mm/dd/yyyy hh:nn.
Any ideas how to fix this? The export specs don't have an option for the needed formatting.
Any help would be appreciated. Thanks