Hi...
I have made a mail merge which takes in its letter the topics that are assigned to the person.
One person can be assigned 2-3 topics every year .
Now I have made a table which contains personal information about him and another table which contains the topics that are assigned to him...
For the mail merge i have made a query which takes information form both the tables.
In the letter how do i take this information from the query? I mean the letter goes like this....
«First_Name» «Last_Name»
«Address»
«City», «State»
«Zip»
Email: «Email»
Ph: «Phone»
««GreetingLine»»
then the letter goes here...
Your assigned test question topics are:
1. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
2. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
3. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
4. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
5. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
This is giving me the same topic 5 times... how do i code this?
Any help is much appreciated.
thanks
I have made a mail merge which takes in its letter the topics that are assigned to the person.
One person can be assigned 2-3 topics every year .
Now I have made a table which contains personal information about him and another table which contains the topics that are assigned to him...
For the mail merge i have made a query which takes information form both the tables.
In the letter how do i take this information from the query? I mean the letter goes like this....
«First_Name» «Last_Name»
«Address»
«City», «State»
«Zip»
Email: «Email»
Ph: «Phone»
««GreetingLine»»
then the letter goes here...
Your assigned test question topics are:
1. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
2. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
3. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
4. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
5. «Topic_id»: «MainTopic» - «Subtopic» - «Sub_Subtopic»
This is giving me the same topic 5 times... how do i code this?
Any help is much appreciated.
thanks