Acess and Front Page

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have an Access 2002 database. I have split it out to a
Front End and Back End and created a MDE file for
multiple users. Unfortunately, I have some users who do
not have Access or Access Runtime.

Can MS Front Page be used as the Front End (forms and
queries) of my database for some users?

David
 
David said:
I have an Access 2002 database. I have split it out to a
Front End and Back End and created a MDE file for
multiple users. Unfortunately, I have some users who do
not have Access or Access Runtime.

Can MS Front Page be used as the Front End (forms and
queries) of my database for some users?

David

Not as an MDE file but you can setup up a front end (which is a form in a web
page) to add records, delete, edit and search, but it is completely web based,
using the MDB access file.

You need to read up on databases and the web - it is different from just using
access even though VBscript and ASP, and SQL queries are a part of both, they are
relatively different as one is designed for off-line access and one for online
access.


www.frontpagewiz.com is a good starting point for database driven sites.
 
Back
Top