C
ChuckW
Hi,
I have a master table called attendees with names,
addresses and a mailing list table called MailList. The
mail list has a combo box for adding people to the
MailList table. This combo box is based on a query called
NameQuery which looks up people in the attendees table.
There is field also a check box called inactive. I have
create a continuous form that shows everyone on the
mailing list and whether or not they are inactive. If
they are inactive there is a check box next to them.
What I want to do is to create a button outside of this
form which removes everyone from the MailingList table
who are inactive. After clicking this button, when I go
back to my continuous form the people who were marked as
inactive have been removed from the list.
Can anyone help?
Thanks,
Chuck
I have a master table called attendees with names,
addresses and a mailing list table called MailList. The
mail list has a combo box for adding people to the
MailList table. This combo box is based on a query called
NameQuery which looks up people in the attendees table.
There is field also a check box called inactive. I have
create a continuous form that shows everyone on the
mailing list and whether or not they are inactive. If
they are inactive there is a check box next to them.
What I want to do is to create a button outside of this
form which removes everyone from the MailingList table
who are inactive. After clicking this button, when I go
back to my continuous form the people who were marked as
inactive have been removed from the list.
Can anyone help?
Thanks,
Chuck