Problems displaying multiple images in form (Print Preview)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Basically the situation is this, I've followed the instructions at
http://support.microsoft.com/kb/285820 to the point where the images can
display properly when the form I'm using is open (that is to say the right
image shows up where it's supposed to), but when printing or previewing a
print, the only image/result that loads up is the first page (record) for all
of the subsequent pages on the form, which is a bit of a problem. Is there
some extra code Microsoft left out of the equation that would force a reload
on each new page instead of just when the forward button is pressed in the
Form View?

Any help would be greatly appreciated.
 
Forms aren't intended for printing: that's what reports are for.

I don't believe that there are appropriate events to support what you want
in forms.
 
"But I do have good news, I just saved a bunch of money..."

Darn. Alright, I guess I'll see what I can do about just changing the form
into a report and handling it from there. Thanks.
 
Back
Top