Microsoft
Software
Hardware
Network
Question : MS Access Query to .CSV File Export
I need a VBA which will be automatically save "MyQuery" Query to a .csv file, Delemeter will be semicolon. Please help.
I am using MS Access 2003.
Answer : MS Access Query to .CSV File Export
I experienced the error. The problem lies with root directory security. Change the destination path. The following line executed without error.
1:
DoCmd.TransferText acExportDelim, "S_H", "Orders", "C:\Temp\myOrdersSemiColon.csv", True
Open in New Window
Select All
Random Solutions
IME (Japanese) for Office 2007
.dmp File
How do I save an 8 bit grayscale jpeg with CImage
What was in the cell?
Why am I receving write conflicts
Macro not available to button properties
Percentage Delete
Public folder after Migration from Exchange 2003 to 2007
OpenRecordset
Add three colums together in sql to get a total