Ok, i'm not entirely sure that what i'm about to ask is possible, but here goes.
there are 2 tables CLIENT & LOAN which are linked by a junction table. A person can only appear once in the client table but any given number of times in the loan table.
i'm ultimatley trying to write a query which can be used for mail merges.
trying to use the Loan id (from the Loan table) to link clients together as there is nothing showing which clients have loans together. so i was thinking something about duplicate addresses, although that means that only the mr or mrs of the couple will have the letter not both. however, multiple people can have the one loan and may or may not live together.
i think the easiest way to explain it may be to draw it...so i'll attach a pic.
so can anyone think of a way that i can take two records in the client table which are linked by their related loan id's, and mash them together so i end up with a mailing address stating both names and only sending a letter out once?
there are 2 tables CLIENT & LOAN which are linked by a junction table. A person can only appear once in the client table but any given number of times in the loan table.
i'm ultimatley trying to write a query which can be used for mail merges.
trying to use the Loan id (from the Loan table) to link clients together as there is nothing showing which clients have loans together. so i was thinking something about duplicate addresses, although that means that only the mr or mrs of the couple will have the letter not both. however, multiple people can have the one loan and may or may not live together.
i think the easiest way to explain it may be to draw it...so i'll attach a pic.
so can anyone think of a way that i can take two records in the client table which are linked by their related loan id's, and mash them together so i end up with a mailing address stating both names and only sending a letter out once?