Reports with Multiple Bitmaps as picture.

  • Thread starter Thread starter Chris Kendall
  • Start date Start date
C

Chris Kendall

I have a report that I wish to print, and I have a bitmap
set up as the back ground, but I only want it to print
from page 2 on up. I have tried setting the
report.picture property in VBA under the report_page
section, but to no avail. At the very least I could use
one bitmap for the first page and another from pages 2 on
up, but I'd rather do it the first way. Please advise, if
possible, and thank you in advance!

Chris
 
Have you tried setting the Picture prop from an earlier event? Perhaps a
page/section Header format event.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top