ACCESS and Web Form

  • Thread starter Thread starter Humbled Learner
  • Start date Start date
H

Humbled Learner

I do not know how web forms work, but is there an easy way to add a form to
my web page, lets say to preregister a customers name, number, and address.

This information (from the web form) would need to be added to by customers
table in access 2007. No duplicates.


Thank You
 
You didn't say what web technology you were interested in.

Below is a link to an article (and code download) for converting Access
tables into classic ASP web pages. Just import the single form from the
download mdb into your project.

http://www.databasejournal.com/feat.../Convert-Access-Tables-Into-ASP-Web-Pages.htm


It will create a not-so-pretty but functional ASP web page, like this one
that serves as an example of how it works.

http://amazecreations.com/dbj/Employee.asp

These pages will need a lot of attention, but the busy work and syntax
are taken care of. All you will need to do is to make it pretty.
 
Sorry,

I have Frontpage 2000. I would like to put a web page for customers to
input name, number and address. Weekly, I would like to obtain that
information and import it to my customers table in access 2007.


Thank You
 
Back
Top