Z
Zephyr
I am using the following line of code to perform the referenced import:
DoCmd.TransferText acImportDelim, , "TempTable", strPath, False
Where TempTable is the table I wish to import to,
and strpath is a string containing the name of the CSV file from Excel.
When I run the program containing this line, nothing happens. Any
suggestions? Thanks in advance
DoCmd.TransferText acImportDelim, , "TempTable", strPath, False
Where TempTable is the table I wish to import to,
and strpath is a string containing the name of the CSV file from Excel.
When I run the program containing this line, nothing happens. Any
suggestions? Thanks in advance