Access via internet

  • Thread starter Thread starter techengster
  • Start date Start date
T

techengster

I currently have a db application which I want to be able to access via
a web page on the internet. The db is currently split

There is a single form which I currently use to input data to a table.
The form has a combo box control.

Is it possible that the form could be made available so that when I am
off-site

T
 
I currently have a db application which I want to be able to access via
a web page on the internet. The db is currently split

You could put the data on the web side into sql server, and continue to use
your front end.

However, be it word, excel, or power-point, or your office program called
ms-access, they don't work through a web site.

The best approach is to build the as a web page. (but, then you don't need,
nor use ms-access for that).

In theory, you could also link to a shard directory on the web server via a
vpn, but the other problem you are facing is that the web based connection
is about 100 times too slow.

You can read about some solutions here:
http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html
 

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

Back
Top