G
Guest
I am using a form to display the contents of a query, what I would like to do
is have some kind of option to select certain records (I was thinking about a
check box) and then I could create a new recordset with only the selected
records in it.
The query contains a field for an email address and what I would like to do
is open the form, select which records I would like to email and then click a
cmd button and send each record via email to the address in the email field.
I have got some code for the actual email procedure but I cannot seem to
create the check box (When I try this the check box is either checked for all
records or unchecked)
Can anyone help me with this?
is have some kind of option to select certain records (I was thinking about a
check box) and then I could create a new recordset with only the selected
records in it.
The query contains a field for an email address and what I would like to do
is open the form, select which records I would like to email and then click a
cmd button and send each record via email to the address in the email field.
I have got some code for the actual email procedure but I cannot seem to
create the check box (When I try this the check box is either checked for all
records or unchecked)
Can anyone help me with this?