X
xx75vulcan
Ok- here's what i got.
I Used to have a really long form. It's an employement form, that
allows applicants to apply online.
The form works great. However, if the users completes all available
fields, the database spits out a record too large error.
I would like to split the MS ACCESS database into several tables. I've
been told there's no way to submit the data on the form into two
different tables without having the user hit two different submit
buttons.
So I broke the application up into two asp pages. First page (form)
asks personal contact info and upon clicking submit stores to a
database table called personal. The confirmation page is set to take
the user to 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 so
taht 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.
Help please!
I Used to have a really long form. It's an employement form, that
allows applicants to apply online.
The form works great. However, if the users completes all available
fields, the database spits out a record too large error.
I would like to split the MS ACCESS database into several tables. I've
been told there's no way to submit the data on the form into two
different tables without having the user hit two different submit
buttons.
So I broke the application up into two asp pages. First page (form)
asks personal contact info and upon clicking submit stores to a
database table called personal. The confirmation page is set to take
the user to 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 so
taht 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.
Help please!