I need to insert picture in form so it prints

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

Guest

I have a membership database with a form that includes member information and
a place for a picture. All I've been able to do is link the picture to the
form but when I click on the picture window I end up with a full screen
picture, not in the form'sw object box. Go easy, I'm a novice
 
If you are trying to print this, then you should be doing this in a report,
not a form. Forms are designed to edit, add and view information. Reports
are designed for printing and include the objects and properties needed to
format a printed report. Create a report, then add a "Print Member Form"
button on your form that the user can click to print the report for the
current record.
 
Back
Top