minority
08-29-2005, 03:57 AM
ok
i got a question that i am not sure is even possible
i want to call form object o na new asp page however the form check box names are derived from the database eg the dept_Name.
So on the next page i do a call to the department table and go through each of the dept names to retrieve there value. eg
deptname = rsqms("Dept_Name")
deptform = request.form(""deptname"")
this should get me the form and the value held in that form object is this even possible.
i got a question that i am not sure is even possible
i want to call form object o na new asp page however the form check box names are derived from the database eg the dept_Name.
So on the next page i do a call to the department table and go through each of the dept names to retrieve there value. eg
deptname = rsqms("Dept_Name")
deptform = request.form(""deptname"")
this should get me the form and the value held in that form object is this even possible.