mattboy_slim
05-11-2006, 11:48 PM
I have a page where a user enters information into a form. I would like, after the user submits the form, to take them to a page where they can confirm that the information is correct. The first page (absencerequest.aspx) would submit the form to the database, which is done. However, on the second page (confirm_absence.aspx), I would like to display the information, and ask the user if the information is correct. However, I am at a complete loss as to how to complete this.
Here is the code for the submit page: http://www.rdi1.com/sheldon_request.aspx
What I need to know exactly, is how do I put the f_ID into a session variable (which would be the autonumber, or primary key in my Access database) and pull that on the second page? If I can pull that in a session variable or even better, as the URL parameter, then I can handle it from there.
Thanks in advance,
Matt
Here is the code for the submit page: http://www.rdi1.com/sheldon_request.aspx
What I need to know exactly, is how do I put the f_ID into a session variable (which would be the autonumber, or primary key in my Access database) and pull that on the second page? If I can pull that in a session variable or even better, as the URL parameter, then I can handle it from there.
Thanks in advance,
Matt