I have a temptable that is fed from a ticketing system. There are 5 fields.
Currently, I have the users logging in, and selecting unprocessed tickets. When they select it, the recordset opens and displays the 5 fields on the page. I want to have a link for them to click, "Process", that will take that recordset, and forward the data to 5 of 10 fields on the next pages form. here they will add the remaining 5 fields, edit the original data, and then submit all 10 fields to another table.
I am using Dreamweaver MX, ASP/VBScript. I thought the best way to do this was to add the 5 fields to the querystring, and then pull it into the form from there. I'm not sure if this will work, let alone be the most efficient method.
Thanks for all the help you can give!
Jim Connors
Currently, I have the users logging in, and selecting unprocessed tickets. When they select it, the recordset opens and displays the 5 fields on the page. I want to have a link for them to click, "Process", that will take that recordset, and forward the data to 5 of 10 fields on the next pages form. here they will add the remaining 5 fields, edit the original data, and then submit all 10 fields to another table.
I am using Dreamweaver MX, ASP/VBScript. I thought the best way to do this was to add the 5 fields to the querystring, and then pull it into the form from there. I'm not sure if this will work, let alone be the most efficient method.
Thanks for all the help you can give!
Jim Connors