G
Guest
I have a report with a macro that hides certain images depending on the page
number. In print preview the images are where they're supposed to be, but
they do not print. This isn't a printer problem. As far as I can tell it's
a macro problem.
Here's an example of my macro:
SetValue
Item: [Reports]![letter template]![BoardList].[Visible]
Expression: IIf([Page]>=1,No,Yes)
This will show an image on the first page, but when printed, the image won't
be there. Does anyone have any advice?
Many thanks!
number. In print preview the images are where they're supposed to be, but
they do not print. This isn't a printer problem. As far as I can tell it's
a macro problem.
Here's an example of my macro:
SetValue
Item: [Reports]![letter template]![BoardList].[Visible]
Expression: IIf([Page]>=1,No,Yes)
This will show an image on the first page, but when printed, the image won't
be there. Does anyone have any advice?
Many thanks!