CharlieMike73
Programmer
Hi I have a form that submits to itself.
What I want to know is, is there a simple way to get all the data that is submitted in the form in one line and use the same name for the variables as the control names in the form?
example:
submitted = Request.Form("submitted"
unit_id = Request.Form("unit_id"
activity = Request.Form("activity"
eamsa = Request.Form("eamsa"
Is there some way to get all these and the rest that are on the form with one line of code or at least a few lines without explicitly requesting each entry?
Regs,
Charlie
What I want to know is, is there a simple way to get all the data that is submitted in the form in one line and use the same name for the variables as the control names in the form?
example:
submitted = Request.Form("submitted"
unit_id = Request.Form("unit_id"
activity = Request.Form("activity"
eamsa = Request.Form("eamsa"
Is there some way to get all these and the rest that are on the form with one line of code or at least a few lines without explicitly requesting each entry?
Regs,
Charlie