mpdinosaur
Programmer
Hi, folks;
I've got what I think is an unusual problem with printing a "special" form in CR 8.5. I'm trying to print a route card for vending machine techs that list the products in the machine on the card by underlaying a bmp under my data. Works like a charm except for the fact that I have a one-to-many relationship between the products and the machine data. There may be 1 product, there may be 50 or more. The problem is, my card needs to show the machine data only once per card, but it also needs to show up to 5 products per card. If there are more than 5, it needs to repeat the machine data and continue with the products on the next card.
My data looks something like this:
MachA Prod1
MachA Prod2
MachA Prod3
MachA Prod4
MachA Prod5
MachA Prod6
MachB Prod1
MachC Prod1
MachC Prod2
etc.
The card needs to look like this:
--------------------------------
Machine A Info Prod1
Prod2
Prod3
Prod4
Prod5
---------------------------------
Machine A Info Prod6
---------------------------------
Machine B Info Prod1
---------------------------------
Machine C Info Prod1
Prod2
----------------------------------
(Sorry it's so long.)
I've exhausted my limited supply of brain cells. Any help would be appreciated.![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Thanks.
I've got what I think is an unusual problem with printing a "special" form in CR 8.5. I'm trying to print a route card for vending machine techs that list the products in the machine on the card by underlaying a bmp under my data. Works like a charm except for the fact that I have a one-to-many relationship between the products and the machine data. There may be 1 product, there may be 50 or more. The problem is, my card needs to show the machine data only once per card, but it also needs to show up to 5 products per card. If there are more than 5, it needs to repeat the machine data and continue with the products on the next card.
My data looks something like this:
MachA Prod1
MachA Prod2
MachA Prod3
MachA Prod4
MachA Prod5
MachA Prod6
MachB Prod1
MachC Prod1
MachC Prod2
etc.
The card needs to look like this:
--------------------------------
Machine A Info Prod1
Prod2
Prod3
Prod4
Prod5
---------------------------------
Machine A Info Prod6
---------------------------------
Machine B Info Prod1
---------------------------------
Machine C Info Prod1
Prod2
----------------------------------
(Sorry it's so long.)
I've exhausted my limited supply of brain cells. Any help would be appreciated.
![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Thanks.