I am selecting a recordset based on a field("emailed"
= False. The Multiple records are then displayed,in a form with the addition of a "Send email" checkbox. the checkbox has a value equal to the ID# (autonumbering Primary key) of the record. I want to allow the user to select which records in the recordset to send an email to using cdonts. I believe subset is the proper term and then update the database changing the field emailed to true when the form is submitted. Recordset selection is easy. After that I am lost. Any help is greatly appreciated.