At 01:58 PM 11/13/02 -0600, Clark, Aimee wrote: >Now, let's say I don't really speak Spanish very well, so I want that >removed from my record. Well, the value passed is just the first one in the >list, so if you speak French, Spanish, it only shows that you want French >removed, not Spanish.
The clunky method I've used when using check boxes like this was to remove all items from the table and then insert the ones checked. So if you have French and Spanish checked, and you unchecked Spanish, I'd remove all the languages for that employee from EmployeeLanguages, and then add French back in. T ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

