Hello,
this is my question --
I need to create a multi-page report. each page is about a product
selected during runtime. the number of products is also decided at
runtime.
right now, i loop thru a recordset. in each iteration, i get the field
from the recordset, and pass it as filter to openReport with
acViewNormal. but I prefer to have the report opened in preview first.
I tried to use openReport with acViewPreview. However, access doesn't
allow me to do that, giving a warning like "you can't make changes once
the report starts printing". So the report in preview has only the
first page.
I wonder if someone knows anything about this. Your suggestions are
greatly appreciated! Thank you so much!
access03