Web developement

M

Me

OK, I've been researching a bit about how to use access,
and Data Access Pages on a web server for a website. I
want to know how I can upload my mdb to a web server, and
use data access pages in the webite. Furthermore, I want
to know if a person with access, and the proper
permissions... (Admin), can run the mdb file on thier own
computer becuase I made forms, and reports. Probably not,
so I'll have to change all my forms and reports to pages.
 
D

Doug Munich

My understanding is that Data Access Pages only work for users on your
network, not for access over the Internet in general.

To create a website using Access you need to use Active Server Pages or some
other CGI.

Doug
 
G

Guest

Thankyou! ASPs... I figured something like that. Looks
like a FrontPage question, rather than an access question
now!
 
Top