retrieving a datasbase, editing, and reposting

D

Dan

I would like to put an Access database on my site for
sales people to access, edit and repost to the site. how
can I make this work. Having the database on the site is
easy, but I'm trying to figure out how they can edit it
and save the changes back to the web. Can this be done?
 
T

Thomas A. Rowe

You have to create ASP pages for access and updating the site, so the site
must be hosted on a Windows IIS server with ASP and Access support. You can
use the FP database component to create your pages.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
D

Dan

And how exactly does the user post the database back after
editing so the most current version is on the web?
 
T

Thomas A. Rowe

The user is working directly with the live database in the web.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top