S
Simone
Hello
I have a form that gets built dynamically so I never know that the
checkbox names will be.
Once users check a check box and click submit I need to know what
check boxes are checked and run an insert query that sets a fieldname
= values (checkboxName). I don't know how to get a check box name that
is selected ..
let's say I would like to check all check boxes checked run through my
loop and insert each ID of each check box in my table. Activecontrol
won't work since I will be clicking a button.
Any ideas
Thanks.
Simone Dupre
I have a form that gets built dynamically so I never know that the
checkbox names will be.
Once users check a check box and click submit I need to know what
check boxes are checked and run an insert query that sets a fieldname
= values (checkboxName). I don't know how to get a check box name that
is selected ..
let's say I would like to check all check boxes checked run through my
loop and insert each ID of each check box in my table. Activecontrol
won't work since I will be clicking a button.
Any ideas
Thanks.
Simone Dupre