M
Marc R Fienman
Hello everyone,
Here's the issue. I have a query with a one to many
relationship. Let's say there are three fields, Number,
Picture, Text.....Now for instance I would want to print
Number 1, Picture 1, Text 1, Text 2, Text 3, then Picture
2, Text 1, Text 2, Text 3, then start a new page and then
Number 2 ad nauseum. Now the way the mailmerge feature
works, it creates a new page for each record in the
query, but since I have a one to many relationship, it
doesn't print the way I want it to. Instead of the
above, it prints, Number 1, Picture 1, Text 1, NewPage,
Number 1, Picture 1, Text 2, etcc....The solution I came
up with is to loop through each of the three tables and
print the text directly from Access using VBA code, but
this makes it difficult to change formatting except using
code. Does anyone have any suggestions regarding doing
this using MailMerge so that I can format fields in a
template? Is this even possible? For the life of me I
can't figure out any way to do this.
Thanks,
Marc R. Fienman
Here's the issue. I have a query with a one to many
relationship. Let's say there are three fields, Number,
Picture, Text.....Now for instance I would want to print
Number 1, Picture 1, Text 1, Text 2, Text 3, then Picture
2, Text 1, Text 2, Text 3, then start a new page and then
Number 2 ad nauseum. Now the way the mailmerge feature
works, it creates a new page for each record in the
query, but since I have a one to many relationship, it
doesn't print the way I want it to. Instead of the
above, it prints, Number 1, Picture 1, Text 1, NewPage,
Number 1, Picture 1, Text 2, etcc....The solution I came
up with is to loop through each of the three tables and
print the text directly from Access using VBA code, but
this makes it difficult to change formatting except using
code. Does anyone have any suggestions regarding doing
this using MailMerge so that I can format fields in a
template? Is this even possible? For the life of me I
can't figure out any way to do this.
Thanks,
Marc R. Fienman