JamesDSM50328
Technical User
I am trying to link/import documents (txt) from sharepoint to Access 2007 as an access table. The Sharepoint list shows all the documents in the folder and the name of the document is a hyperlink, which i can extact the address. How can I then Link or import the document to access?
The docmd.transfertext does not seem to work.
The docmd.transfertext does not seem to work.
Code:
DoCmd.TransferText acImportDelim, , "mytable", "[URL unfurl="true"]http://address/folder/file.txt",[/URL] True