S
Steve C
I'm trying to determine the best way to design a basic database to track
contacts who receive periodic mailings from us. I have created a Contacts
table (ContactID, Contact), a Mailing table (MailingID, Description) and a
MailingDetails table (ContactID, MailingID).
Once the Marketing Dept. decides to send out a new mailing, my goal is to
create a form where users can enter the name of the new mailing, plus quickly
check off which contacts will be receiving it. Any suggestions on a way to
approach that would be appreciated!
contacts who receive periodic mailings from us. I have created a Contacts
table (ContactID, Contact), a Mailing table (MailingID, Description) and a
MailingDetails table (ContactID, MailingID).
Once the Marketing Dept. decides to send out a new mailing, my goal is to
create a form where users can enter the name of the new mailing, plus quickly
check off which contacts will be receiving it. Any suggestions on a way to
approach that would be appreciated!