1. Open a new page at the web site that was assigned to you, save the page as demographic.asp  and Create the following form with a table.

First Name  
MI
Last Name
address
city
state
zip
   

2. Right click on the form and select form properties.

You will see:

Form Properties

a. Send to file or e-mail
b. Send to database - can create access data base or connect to already existing one.
c. Send to other -custom form handler

3. Select the send to database radio button You will see:

form properties send to database

4. Click the option button to display the saving result dialog. You will see:

saving to access database

5.  Click on create database. The database created is an Access 2003 data base. You will see:

conformation of creation of access database

6. Click ok, You will see:

saving to access database

7. Click additional fields,  You will see.

Additional fields

8. Click on remote computer, click remove and repeat for browser type, timestamp, and user name.  Click OK.

9. Save the file, tap F12 and enter data.

10. After you have entered data for several people close IE.

11. Go to the FPDB folder and open it up.  You should be able to see the database you created.  Double click on the database, which will bring up the access database. Click on the table created and you will see the data you entered.

12. At this point in Access you can create additional tables, queries, etc.  ( I suggest that you take a course in access to learn the complex properties that are available to you.)  When you create additional tables you can create forms to input data into the additional tables using the database connection to lock your forms on to the database.