X
xx75vulcan
I Used to have a really long form. It's an employement form, that
allows applicants to apply online.
I have split the MS ACCESS database into several tables.
So I broke the application up into two asp pages. First page (asp
form-built by Frontpage)
asks personal contact info and upon clicking submit stores to a
database table called personal. The confirmation page (second asp form)
is the second form where they will answer all the professional
questions, and upon clicking submit stores to a table called
professional.
I need to be able to have the second form remember the user's SSN
(inserted in the first form) so that later, when we quiry the database,
and want to pull back
information, we can pull from both tables, simply by using the SSN as
the key.
I can't figure out how to have the first form submit to a database, and
pass the "SSN" field's value to the second form.
I've tried Session Variables, but they never seem to pull the value of
the variable through.
For simplicity, here's the links to the two asp forms:
http://www2.rockwood.k12.mo.us/candidates/test.asp
http://www2.rockwood.k12.mo.us/candidates/test2.asp
If you could, by looking at the page code, tell me what to put into
each file, and exactly where to put it.
Thanks for your help!
Chris
allows applicants to apply online.
I have split the MS ACCESS database into several tables.
So I broke the application up into two asp pages. First page (asp
form-built by Frontpage)
asks personal contact info and upon clicking submit stores to a
database table called personal. The confirmation page (second asp form)
is the second form where they will answer all the professional
questions, and upon clicking submit stores to a table called
professional.
I need to be able to have the second form remember the user's SSN
(inserted in the first form) so that later, when we quiry the database,
and want to pull back
information, we can pull from both tables, simply by using the SSN as
the key.
I can't figure out how to have the first form submit to a database, and
pass the "SSN" field's value to the second form.
I've tried Session Variables, but they never seem to pull the value of
the variable through.
For simplicity, here's the links to the two asp forms:
http://www2.rockwood.k12.mo.us/candidates/test.asp
http://www2.rockwood.k12.mo.us/candidates/test2.asp
If you could, by looking at the page code, tell me what to put into
each file, and exactly where to put it.
Thanks for your help!
Chris