I have a query that returns the below results (I am using a small sample of data):
levelid levelname bookid title
1 A 974 A zoo
1 A 500 Aaron and Steve
1 A 765 Amazing Animals
1 A 257 Avengers
1 A 430 Avery and me
1 A 789 Boys are smart
1 A 497 Zebras
I need to create labels using the data from the above query.
Specifically I need to print on each label the level name AND four titles, then on the next label the level name AND the NEXT four titles, and so on for all of the titles related to level A.
I need to use Avery 5161 (1x4) 2 across
There are a total of 65 titles that are related to level A.
--
--
So using the above data as an example the labels would need to look like:
LEVEL A LEVEL A
A Zoo Avery and me
Aaron and Steve Boys are smart
Amazing Animals Zebras
Avengers
This is a tough one for me to figure out. Would I be focusing on the Detail section of the labels report and use NextRecord/PrintSection along with incrementing a variable? Should I run this from a form? I am not sure the best way to handle this. I have never had this request before.
Thanks very much.
Pam Polk