Nightchild
11-25-2007, 05:24 AM
I need to have a series of options that can be selected with checkboxes. I suspect that in the future I'm going to need to add/delete/modify the number of these checkboxes.
Can you suggest a better method of handling this than adding a field in my DB to match each checkbox on the form? I mean, if I have to change the number of check boxes down the road, I will have to recode the form and add/delete fields from the DB structure. Is there a method for retrieving an array of the checkbox results for example?
Thanks
Can you suggest a better method of handling this than adding a field in my DB to match each checkbox on the form? I mean, if I have to change the number of check boxes down the road, I will have to recode the form and add/delete fields from the DB structure. Is there a method for retrieving an array of the checkbox results for example?
Thanks