Retrieving data from the web

PaulSpell

Registered User.
Local time
Today, 00:21
Joined
Apr 19, 2002
Messages
201
Can anyone tell me how to connect to a text file database on the web, from a local Access database and copy records into a table?
 
Nevermind, I just found this on the MSDN Access Developer Centre:

"Microsoft Access 2000 does not support importing or linking data from a remote FTP or HTTP server. "
 
True you cant manipulate data on a web server directly with access but you could get an ftp object library and use this to download the text file and then connect to it locally.

Not great i know but just an idea!!!
 
Don't want to edit just download. Could you explain how that works please?
 
Followed the link but could only find one tool for A97, I need it for Access 2000.

Do you know of anywhere else I might this info?
 

Users who are viewing this thread

Back
Top Bottom