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
MS Access Call to SQL Stored Proc with Return Value
Find computers in my network
ADO vs linked dsn
Loop select statement and update rows with the results?
Acces to Path Denied error in VB.net
Limit the number of attendee's to a class
In SQL query how to use If statement that if column value blank then assign value Empty else Not Empty
TSQL for Insert
VB: DataTable structure
Getting the error: The Ordinal 685 could be not located in the dynamic link library iertutil.dll