Hopefully this isnt to bad....
I have a web that links into a SQL DB. It is used to update records. As of now when you input info and hit enter on the form it updates the DB with an insert query. In order to limit the number of errors they would like to send the info to a validation page that pulls some info from the DB and asks if this info is correct then gives a "continue" or "back" option.
ex.
I enter my employee# and a class# on formPage.
I get a validation page that says John Smith, where the name was pulled from the DB, attended Class1, where Class1 was pulled from the DB also.
I hit enter on valiPage to confirm which sends the origional info, employee# and class#, to submitPage where it is submitted.
My problem is that i can not figure out how to send the employee# and Class# info from valiPage to submitPage without having the user enter it again!
TIA for any help
I have a web that links into a SQL DB. It is used to update records. As of now when you input info and hit enter on the form it updates the DB with an insert query. In order to limit the number of errors they would like to send the info to a validation page that pulls some info from the DB and asks if this info is correct then gives a "continue" or "back" option.
ex.
I enter my employee# and a class# on formPage.
I get a validation page that says John Smith, where the name was pulled from the DB, attended Class1, where Class1 was pulled from the DB also.
I hit enter on valiPage to confirm which sends the origional info, employee# and class#, to submitPage where it is submitted.
My problem is that i can not figure out how to send the employee# and Class# info from valiPage to submitPage without having the user enter it again!
TIA for any help