Checkboxes

Hi All.

I am using Ezresults to send me a table of information. Currently, the last column is a "Select" link that has the item id tied to it, so if i click select next to any of the table items, I can go to another screen and edit or view that item.

I now want to replace that with a checkbox. In this way (I am hoping), a user could check off 10 or 20 items, clikc submit, and I somehow would be able to cycle thru the page and grab all the items that were selected. But I am having no luck at all adding a checkbox with the itemid attached to it (it is pulled from a MySQL Db, and COL1 has the item id).

I'd appreciate any help at all!

Doug