gobez
11-25-2003, 12:18 PM
I have an 11 page paper form that I need to put on the web. I have experience of inserting and updating tables using DWMX, however, this problem has me beat so far.
There are roughly 400 seperate fields in the entire form, so I think it's too big to do as one table, so I have broken the thing into 11 different forms, each on their own asp page. When the customer completes each page they submit the form and the data is captured, they are then re-directed to the next page of the form. Simple so far.
I now want to allow the customer to be able to access the form and update the info in it.
The easiest way I guess would be to capture the customers (unique) 6 digit code at the very start of the process. However, I dont want the customer to have to do this on every page.
So, how do I insert this number into each subsequant table?
There are roughly 400 seperate fields in the entire form, so I think it's too big to do as one table, so I have broken the thing into 11 different forms, each on their own asp page. When the customer completes each page they submit the form and the data is captured, they are then re-directed to the next page of the form. Simple so far.
I now want to allow the customer to be able to access the form and update the info in it.
The easiest way I guess would be to capture the customers (unique) 6 digit code at the very start of the process. However, I dont want the customer to have to do this on every page.
So, how do I insert this number into each subsequant table?