The form now appears thanks. The data doesnt write to DB though. Upon post an error "page cannot be displayed appears.
Main Topics
Browse All TopicsIm trying to insert this form into an access database. Currently it just shows as blank.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
chris18
If you would have read my post you would have seen the following:
>> Your Form Names where incorrect.
The FirstName & LastName was incorrectly written.
Changing that fixed the issue.
There was nothing wrong with the permissions of the database.
As he wrote: Inserted Blank Fields.
Which means that it is writting to the database, but not writting records.
That is it.
Enjoy
Carrzkiss
==========================
The form now appears thanks. The data doesnt write to DB though. Upon post an error "page cannot be displayed appears.
==================
The page was incorrectly named (or) the form was incorrectly directed
<form action="preregister.asp" method="post">
The page was named: Insertform.asp
------------
Th
The page needed to send to itself, NOT to another page.
So when the page was incorrectly named, and the form submitted
The error would accure.
Renaming either the page or the form action="page.asp" resolved the issue.
Hope that clears it up.
Have a good one Chris.
Carrzkiss
Business Accounts
Answer for Membership
by: carrzkissPosted on 2009-11-08 at 16:31:36ID: 25772738
There is nothing wrong with the code itself that I can see.
Everything looks fine.
(HTML a little bad, needs to be in a table or DIV to really stand out)
But other than that, it is fine.
Your Form Names where incorrect.
Run this code and you should be ok.
Carrzkiss
Select allOpen in new window