Question
Multiple Inserts based on check box?
I have an insert form that depending on if checkboxes are
checked, inserts the data. How can I insert a record for the number
of check boxes checked?
Example:
CB 1 = Checked
CB 2 = Not Checked
CB 3 = Checked
So I need to insert a record for CB 1 and CB 3. How can I do this?
What I'm doing is tying a sales lead to the sales man selected. I'm using check boxes because I figured it was easiest but I'm open to suggestions.
Example:
CB 1 = Checked
CB 2 = Not Checked
CB 3 = Checked
So I need to insert a record for CB 1 and CB 3. How can I do this?
What I'm doing is tying a sales lead to the sales man selected. I'm using check boxes because I figured it was easiest but I'm open to suggestions.