Can I link to tables in an access database on a web server? (1 Viewer)

MatMac

Access Developer
Local time
Today, 12:55
Joined
Nov 6, 2003
Messages
140
Hi

I maintain a multi-user Access database split into front and back ends. The front end contains some rather complex reporting systems.

I would like to create a simple web-based front end to this database for users to enter data, but also need to permit a couple of administrators to access the data via the original Access front end in order to run the reporting systems. I plan to create my simple web-based interface using ASP.NET.

Is it possible for me to set up my original front end to link to the data tables, if the back end is placed on a web server? (As it would need to be to permit the web-based interface to operate.)

If so, how, and are there any other issues I need to consider?

Many thanks

Mat
 

ajetrumpet

Banned
Local time
Today, 06:55
Joined
Jun 22, 2007
Messages
5,638
mat,

just thought i'd mention this...

the only thing i've done with access data on the web is displayed data tables by setting up DSN connections. this is quite easy, as a google search will yield this for you.

just thought i'd mention...
 

Users who are viewing this thread

Top Bottom