give the checkboxes the same names, but different values (preferrably key values).
this will create a comma-delimited list of keys on the action page, so you can just do: DELETE from tablename WHERE myPK IN (#form.myCheckboxName#) On Thu, 9 Dec 2004 15:22:28 -0500, Ken <[EMAIL PROTECTED]> wrote: > hi. I need to let the user select checkboxes on a page, and when they > click the "Delete" button, it should delete those records and return > to the same page. A lot like deleting items from a shopping cart. > Please help. > > - Ken. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186899 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

