In my on again, off again attempt to get a problem with a series of web forms straightened out, I came up with a new question about session variables.
I've got a two part application form. Once the user completes part 1, it inserts into a database table where I've got an auto-number applicant_id field.
My question - I want the applicant_id to carry over to the next page and insert into the next database table.
Since its an auto number field, can I use this as session variable, or does the session variable need to be a field from the form where the applicant enters data?
Thanks in advance.
I've got a two part application form. Once the user completes part 1, it inserts into a database table where I've got an auto-number applicant_id field.
My question - I want the applicant_id to carry over to the next page and insert into the next database table.
Since its an auto number field, can I use this as session variable, or does the session variable need to be a field from the form where the applicant enters data?
Thanks in advance.