Hello,
I know this is probably a simple question but I am a little confused as to any easy way to do this.
I have a a list and each item in the list has a unique record number.
I have a checkbox for each item
I also have a delete button at the end of the list.
What I would like to happen is the user selects the items they would like to remove and then clicks delete. This in turn would run a script which would delete each of the select items out of the database.
Can anyone help with this?
Thanks,
--SL