Import/Link Access Database from Remote Web Server

  • Thread starter Thread starter Cade Michaels
  • Start date Start date
C

Cade Michaels

I have a form on an Remote Server (At a Web Hosting
Company) that outputs to an Access Database. How do I
link this database to my access application? The only way
I found to do this was to use an SQL Server. Is this
true? There must be a way to be able to link the Access
file to my application
 
Access has a control call MSInet.ocx and with some VB coding within your
local database you can have data extracted from the tables located in the
webserver database via Active Server Pages and sent back down to your local
database.
 
Back
Top