I want to build a form that lists all records in the job table, with a check box in front of each line to be checked if user wants to delete this record? how do I set this up?
I would use a mulit-select list box to allow the users to select a record or records. Your code could then loop through the selected items in the list box building the correct WHERE clause for a delete query.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.