|
Subject:
|
Displaying data from access database
|
|
Posted By:
|
tusharpat@gmail.com
|
Post Date:
|
1/24/2006 4:14:39 AM
|
Hi Guys can anyone help me with this please! I’ve got a form that submits to an Access DB. It’s a simple form with some JavaScript validations. What I need to do next is to display the data of the person who completed the form and submitted it into another or same page and also allow them to print it.
For example if I fill in a form then press submit then it will display all my information just submitted, including an Auto number that is generated in access.. I will then be able to print the page sign it and send it to the department collecting the information!
Hope this makes sense, I’ve managed to display all the data but at the moment it’s displaying everything in DB, and all I want is the record of the person filling the form.
Can this be done! Thanks for all your help in advance
|
|
Reply By:
|
mat41
|
Reply Date:
|
1/24/2006 5:35:38 PM
|
Simply submit the form to a page then on the destination page you access the values using:
<%= trim(request.form("fieldName")) %>
FYI : You will get spammed wickedly displaying your email address. I would change your user name if I were you.
Wind is your friend Matt
|