Hi,
I'm trying to import a text file (semicolon delimited) into a table using the following code:However I get the error messageCode:DoCmd.TransferText acImportDelim, , "tmp-orders", "url", TrueThe file is on a website and is there (I can view it in a browser).The file does not exist, or you do not have read access to the file
Does anyone have any ideas?
Thanks
Steve