electioniering
MIS
Hi all,
recently started using access queries and would like to know how to accomplish the following scenario:
I'm trying to build a mailing list DB (Using Access 2003 MDB, btw). Right now I have 3 tables:
- Mailer (holds information about mailer, date sent, media, etc.)
- CustomerList (info about our customers like address)
- JoinTable (where I link the PK's from both previous tables).
When I get ready to send a mailer, I'd like to be able to run a query, for example, of people that haven't received mailer ID# 5063. I'll export those names, give it to the Ad department. Then, I'd like to be able to mark those customers with this new mailer ID that I've just used.
So later if I run a query of customers to show all customers with all mailers sent I can have something like this:
JoinTableID - MailerID - CustomerListID
3 - 5063 - 005
78 - 4900 - 005
56 - 6898 - 012
Notice how one customer has been reached with two different mailers.
Right now I can either update the JoinTable (which only overwrites the mailerID was already there) or I can append to the end of the JoinTable (which only repeats the same information that already existed in the table).
I know this is kind of confusing, but if someone could give me some hints or tell me where I can get information on how to solve this, anything at all, would be great.
Thanks.
recently started using access queries and would like to know how to accomplish the following scenario:
I'm trying to build a mailing list DB (Using Access 2003 MDB, btw). Right now I have 3 tables:
- Mailer (holds information about mailer, date sent, media, etc.)
- CustomerList (info about our customers like address)
- JoinTable (where I link the PK's from both previous tables).
When I get ready to send a mailer, I'd like to be able to run a query, for example, of people that haven't received mailer ID# 5063. I'll export those names, give it to the Ad department. Then, I'd like to be able to mark those customers with this new mailer ID that I've just used.
So later if I run a query of customers to show all customers with all mailers sent I can have something like this:
JoinTableID - MailerID - CustomerListID
3 - 5063 - 005
78 - 4900 - 005
56 - 6898 - 012
Notice how one customer has been reached with two different mailers.
Right now I can either update the JoinTable (which only overwrites the mailerID was already there) or I can append to the end of the JoinTable (which only repeats the same information that already existed in the table).
I know this is kind of confusing, but if someone could give me some hints or tell me where I can get information on how to solve this, anything at all, would be great.
Thanks.