E
eligur
Hi everyone,
I have been searching 3 days stright for an answer, with no luck, so I
decided to ask it out loud myself.
Here is my problem.
I am using a report as a catalog for my company. The main report holds
our products with details (each detail is a product based on our
products table). Some of the products show up twice on the main report
(as they have diffrent specifications per line). I thought that instead
of putting the products picture on each line, save space on the page
and put all pictures of all products on the page, as a subreport on the
main reports Footer.
This way I can put only one picture of every product, even if it shows
twice on the main report.
I have wrote some code, that adds the productID to a temp table (code
using the Details Format event of the main report), and then based my
subreport grouping on that table.
I have thought the subreport requeries its recordsource on every page,
and by that will always take the products from the temp table, that
changes on every page.
I cannot get this to print out correctly, and trying to understand if I
am even thinking in the right direction at all.
Is there another way to print pictures of items on the bottom of the
page , which takes the picture name from the all the details on the
report??
Will update if I find anything new, hope someone can help.
Thanks in advance
Eli
I have been searching 3 days stright for an answer, with no luck, so I
decided to ask it out loud myself.
Here is my problem.
I am using a report as a catalog for my company. The main report holds
our products with details (each detail is a product based on our
products table). Some of the products show up twice on the main report
(as they have diffrent specifications per line). I thought that instead
of putting the products picture on each line, save space on the page
and put all pictures of all products on the page, as a subreport on the
main reports Footer.
This way I can put only one picture of every product, even if it shows
twice on the main report.
I have wrote some code, that adds the productID to a temp table (code
using the Details Format event of the main report), and then based my
subreport grouping on that table.
I have thought the subreport requeries its recordsource on every page,
and by that will always take the products from the temp table, that
changes on every page.
I cannot get this to print out correctly, and trying to understand if I
am even thinking in the right direction at all.
Is there another way to print pictures of items on the bottom of the
page , which takes the picture name from the all the details on the
report??
Will update if I find anything new, hope someone can help.
Thanks in advance
Eli