B
bryan
i have a query based subform listing e-mail adresses of
people filtered by a combobox from a main form.
I want to add a checkbox to the subform, so that the user
will select the list of e-mail adresses by checking the
desired checkboxes and send a mail to checked mail
adresses. For that part i am planning to loop through
subform's recordset and if the record's checkbox is
thicked add it to the receipents.
Problem is i don't have a checkbox field, because i don't
want to keep track of these records and when i add a
checkbox to the subform, when you check one all becomes
checked.
I wonder if there is a way of adding these checkboxes
without adding it to a table field.
Thanks for the help.
people filtered by a combobox from a main form.
I want to add a checkbox to the subform, so that the user
will select the list of e-mail adresses by checking the
desired checkboxes and send a mail to checked mail
adresses. For that part i am planning to loop through
subform's recordset and if the record's checkbox is
thicked add it to the receipents.
Problem is i don't have a checkbox field, because i don't
want to keep track of these records and when i add a
checkbox to the subform, when you check one all becomes
checked.
I wonder if there is a way of adding these checkboxes
without adding it to a table field.
Thanks for the help.