Linking Access application to Access database via Internet

T

Travis Peters

I've built an access database for our company, and I need
to know easiest way to be able host the Access database
and link to it from multiple locations via the internet.
Any help will be greatly appreciated.
 
J

Joe Fallon

You can't do it directly.
Not even over a VPN. (It might work for a little while but will corrupt
quickly.)

You can use DataAccessPages over the Internet.
Or build ASP pages that work with it.

Bottom line is that MSDE (SQL Server) is much simpler to connect to and use
over the Internet.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top