ACCESS and Web Form

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
 
D

Danny J. Lesandrini

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.
 
H

Humbled Learner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top