C
CES
All,
I was hoping that someone might be able to give me some guidance in how to merge two records into one in a query. By that I mean in my table I have two records that have the same mailing address but are different records :
ID, First Name, Last Name, Address
1, Susan, Jones, 1 Main Street
2, Peter, Jones, 1 Main Street
What I’m trying to do is to accomplish a mail merge with Word 2003 where the resulting mailing label would look like this:
Susan Jones & Peter Jones
1 Main Street
What makes it even more difficult is that some addresses have more than two people per address so I can’t do a group by the Address field and then choose first record / last record.
Seems simple enough but I can’t figure out how to do it I would really appreciate any advice and guidance on how to accomplish this. Thanks in advance. - CES
I was hoping that someone might be able to give me some guidance in how to merge two records into one in a query. By that I mean in my table I have two records that have the same mailing address but are different records :
ID, First Name, Last Name, Address
1, Susan, Jones, 1 Main Street
2, Peter, Jones, 1 Main Street
What I’m trying to do is to accomplish a mail merge with Word 2003 where the resulting mailing label would look like this:
Susan Jones & Peter Jones
1 Main Street
What makes it even more difficult is that some addresses have more than two people per address so I can’t do a group by the Address field and then choose first record / last record.
Seems simple enough but I can’t figure out how to do it I would really appreciate any advice and guidance on how to accomplish this. Thanks in advance. - CES