I have an SQL database that i pull info from and is parsed to a table. Beside each row i need to generate a delete check-box. When checked and sent i need the script to run a sub routine for each check box checked.
The oid value is different for each...of course. I'm not sure at all what to do. Do i need the Form that is generated to give a unique name for each check box, then have the script determine each and process it? That sounds like a long way of doing it.