D
deekaye
Im looking for a way to return the information of multiple contacts
taken on a per company basis for my own custom bulk emailing (mail
merging). The data I have is like this.
1st 2nd 3rd COMPANY FIRSTNAME
SURNAME
X ABC Co John
Smith
X ABC Co
Jamie MacDonald
X ABC Co Jake
Peters
X XYZ Co
Peter Wells
X XYZ Co
Paul Collins
How would I be able to query the data such that I can return a
recordset that I can use to get all the contacts (Contacts table) from
the Companies (Company table) such that I could go (in a label or
something):
Dear [1st, 2nd and 3rd] from [Company]. I really enjoyed our meeting
the other day....
Dear [John, Jamie and Jake] from ABC Co. I really enjoyed our meeting
the other day....
Where John, Jamie and Paul are the 1st, 2nd and 3rd conacts from a
company.
I can easily do it when there is only one contact but how do you get
the information of the 1st, 2nd and 3rd contact in a single record or
is there another way to do that?
taken on a per company basis for my own custom bulk emailing (mail
merging). The data I have is like this.
1st 2nd 3rd COMPANY FIRSTNAME
SURNAME
X ABC Co John
Smith
X ABC Co
Jamie MacDonald
X ABC Co Jake
Peters
X XYZ Co
Peter Wells
X XYZ Co
Paul Collins
How would I be able to query the data such that I can return a
recordset that I can use to get all the contacts (Contacts table) from
the Companies (Company table) such that I could go (in a label or
something):
Dear [1st, 2nd and 3rd] from [Company]. I really enjoyed our meeting
the other day....
Dear [John, Jamie and Jake] from ABC Co. I really enjoyed our meeting
the other day....
Where John, Jamie and Paul are the 1st, 2nd and 3rd conacts from a
company.
I can easily do it when there is only one contact but how do you get
the information of the 1st, 2nd and 3rd contact in a single record or
is there another way to do that?