I have and asp page that displays all people that have attended our conference or have pre-registered. The page displays the attendees name, company, a button to print a nametag and a checkbox that will let us know if a nametag was printed. There is also a button that takes you to another page to add an attendee. When an attendee is added through this asp page, the checkbox on the first page is automatically checked (since when you add an attendee a tag is automatically printed). For the pre-registered attendees, thier data will have been already been imported into the database before the conference. Here is where I need help. I believe I need to create an onclick event, so that when the nametag is printed, the box is automatically checked and updated to the database, can someone please help.