I want to be able to run this TransferText function in an external database that is not open.
DoCmd.TransferText acImportDelim, "MyImportSpec", _
"MyTableName", "C:\Txtfiles\April.doc"
I have a frontend that I want a user to be able to press a button and that will import a CSV's data into a table in another database.
Can anybody tell me if this is possible nad give me an idea as how to do it?
Thanks in advance
Jonathan
DoCmd.TransferText acImportDelim, "MyImportSpec", _
"MyTableName", "C:\Txtfiles\April.doc"
I have a frontend that I want a user to be able to press a button and that will import a CSV's data into a table in another database.
Can anybody tell me if this is possible nad give me an idea as how to do it?
Thanks in advance
Jonathan