Printing Records with different photos in Forms

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

Guest

I have a form set up to load different pictures with each record. When I
look at the different records the right photos are loaded on each record.
However, when I go to print the form, each record prints out with the same
photo (the one which is currently showing when I attempt to print). What do
I need to do to get the different photos to print out?
 
FORMS are not desinged to be printed. If you want to print something, build
a REPORT and add a button to your form to print that report with a filter to
only pull the current record.

This is addressed very very offten in these newsgroups. Read the previous
posts if you need more details.
 
Back
Top