I do not know if this should go into the SQL forum instead but I will try this one first. I have a contact database in MS SQL. IT records the following data, Name, Email, Address, City, and State. There are about 50 records in this one table. There could be more but not a lot more; maybe another 20. On another page I have a quote form. After the user fills out the quote form I want to be data to automatically email the data to people in the contact database. But here is where I am very confused, sometimes the quote data is going to be useless for some of the contacts, So I do not want them to get it, so I want the user who is filling out the quote form to be able to have check boxes just atop of the Submit button and the user can check off the boxes he/she wants to send the quote to. The checkboxes will be dynamic, It will be populated by the contact database (which I have no problem doing). Does anyone have any ideas or maybe a different way of doing this, anything would be much appreciated.