J
Josephine Booth
I am trying to put together a contacts database, which
will be used to produce mailing lists. Each contact has a
number of interests e.g. environment, tourism etc. I need
to be able to create a form with check boxes, so that the
user can select the interests which they wish the mailing
list to target. The query should then search through the
database and select those contacts that have one or more
of the interests selected by the user, then make a table
of these contacts, their addresses, and the interests.
There are 3 tables involved in this query – Master
contacts and ContactInterest, linked by ContactID, and
Organisations, linked to Master Contacts via
OrganisationID.
Any help much appreciated
will be used to produce mailing lists. Each contact has a
number of interests e.g. environment, tourism etc. I need
to be able to create a form with check boxes, so that the
user can select the interests which they wish the mailing
list to target. The query should then search through the
database and select those contacts that have one or more
of the interests selected by the user, then make a table
of these contacts, their addresses, and the interests.
There are 3 tables involved in this query – Master
contacts and ContactInterest, linked by ContactID, and
Organisations, linked to Master Contacts via
OrganisationID.
Any help much appreciated