Access via internet

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
 
A

Albert D.Kallal

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
 
Top