Hello all.
I am trying to put together a report of all the products
in our db. On each page of the report there should be a
photo of the product and then the details of that product.
Here's my problem. Some products correspond to the same
image (ex. shirt with different sizes). I want all
products that correspond to the same image on one page of
the report. So there will only be on image per page, but
each page may have 3 or 5 (or whatever) products that go
with that image.
Any ideas how to do that?
I have tblImages with ImageID & ImageFile(OLE object). Then I have tblProducts with ProductID, ImageID.
In the report, I have set up an bound object frame along with the other pertinent product info (price, etc).
Nicole
I am trying to put together a report of all the products
in our db. On each page of the report there should be a
photo of the product and then the details of that product.
Here's my problem. Some products correspond to the same
image (ex. shirt with different sizes). I want all
products that correspond to the same image on one page of
the report. So there will only be on image per page, but
each page may have 3 or 5 (or whatever) products that go
with that image.
Any ideas how to do that?
I have tblImages with ImageID & ImageFile(OLE object). Then I have tblProducts with ProductID, ImageID.
In the report, I have set up an bound object frame along with the other pertinent product info (price, etc).
Nicole