D
doyle60
I have a report that has, for each page, photographs on top and data
about those photographs below. The report is designed to have as many
as 15 photos (5 wide, 3 down) and 15 lines of data. Each photo and
line represents a style/color. Each page is a Category (Field) of
styles. Once in a while, however, a category of related styles can
have more than 15 styles. When this happens, I want to put the first
15 on one page, the second 15 on another page, and so on.
The data is coming from a mainframe database and there just isn't any
field to grab.
My solution would be to have the data paste into a table that
organizes the data by category so the autonumbering on each category/
style/color would be sequential. Then use queries to count and divide
the ones over 15 by two (using the autonumbers). Etc. Etc. This is
exactly what I want but good enough.
But I was wondering if there is a more elegant solution. I want to
avoid doing ranking queries, which are nasty. I did that awhile ago
and it gives me a headache.
Does anyone have a more elegant solution?
Thanks,
Matt
about those photographs below. The report is designed to have as many
as 15 photos (5 wide, 3 down) and 15 lines of data. Each photo and
line represents a style/color. Each page is a Category (Field) of
styles. Once in a while, however, a category of related styles can
have more than 15 styles. When this happens, I want to put the first
15 on one page, the second 15 on another page, and so on.
The data is coming from a mainframe database and there just isn't any
field to grab.
My solution would be to have the data paste into a table that
organizes the data by category so the autonumbering on each category/
style/color would be sequential. Then use queries to count and divide
the ones over 15 by two (using the autonumbers). Etc. Etc. This is
exactly what I want but good enough.
But I was wondering if there is a more elegant solution. I want to
avoid doing ranking queries, which are nasty. I did that awhile ago
and it gives me a headache.
Does anyone have a more elegant solution?
Thanks,
Matt