i want to on my 4th asp form take all my data collected from form1 and form 2 and form 3 and form 4 do one insert into my database of the values how do i call the values. i have hidden fields in my forth form how do i get them to reflect the Firstname value of my firstname text box in form 1

i have tried using <%request.form("firstname")%> in the value of my hiiden field on the forth form..

does this make sense
or can anyone tell me an easier way of doing it.

i have an application that i have designed that after my 4th page
take all my values of the text boxes and do 1 insert with all that data into my database.....??? how do i do that at the moment im
inserting values from my first form/page then next one updating then 3rd fomr updating again and this does not seem right if i can parse all my data from all four forms to my last page then do 1 insert??

please help me out this is urgent

thank you