drbtodd1971
Programmer
- Mar 28, 2007
- 34
Hi,
I'm trying to create a Word mail merge based on Access Data which will produce letters. The letters need to display the personal details and then any houses the person has which can range from 1 to any number.
The data is sorted on PersonID from three tables.
tblPerson - Main Key is PersonID
tblPersonLandInterests - Based on PersonID and Plot_Number
tblLandDetails - Main Key Plot_Number
I'm guessing using VBA is the only way forward as you can't be certain how many houses a person will have. The problem is we have to use Word 2000, I have found solutions to the problem for 2003 but even trying them seems to give no joy.
Has anyone any ideas how to resolve this problem, I've found several knowledge base entries but they don't seem that useful.
Structure of letter would look like this:
Forename
Surname
Job title
Business
Address1
Address2
Address3
PostCode
RE: Property 1
RE: Property 2 etc up to any number
I'm trying to create a Word mail merge based on Access Data which will produce letters. The letters need to display the personal details and then any houses the person has which can range from 1 to any number.
The data is sorted on PersonID from three tables.
tblPerson - Main Key is PersonID
tblPersonLandInterests - Based on PersonID and Plot_Number
tblLandDetails - Main Key Plot_Number
I'm guessing using VBA is the only way forward as you can't be certain how many houses a person will have. The problem is we have to use Word 2000, I have found solutions to the problem for 2003 but even trying them seems to give no joy.
Has anyone any ideas how to resolve this problem, I've found several knowledge base entries but they don't seem that useful.
Structure of letter would look like this:
Forename
Surname
Job title
Business
Address1
Address2
Address3
PostCode
RE: Property 1
RE: Property 2 etc up to any number