Hi,
You should be able to do this. I would suggest using FrontPage on your site, then pasting the back end of the database to your web site. FrontPage will store the database in a folder called _fpdb, I think, but more importantly, it will create a datasource for the databse on the web site.
Then create form pages and save them as .asp pages. These will allow you to add controls that look up data in the database (for combo boxes, etc) and then publish to the database - either updates or new records.
Most people don't like FrontPage, but it works well with Access and .asp pages. Most FrontPage 2003 books will spend a lot of time on setting this sort of thing up, and you will find it is very easy to do this way.
Just make sure to do data validation on your pages or someone will write some executable code and clean out your database - just cause they can.
HTH
mmcdonal
|