Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing an image from a subform

Status
Not open for further replies.

nycbigapple

Technical User
Apr 4, 2006
33
0
0
US
Hi, I am trying to print a signature(s) that is an image on file that is in a subform.

The combo box in the subform is 0";1"0"
EmpNo, EmpName, EmpSig

Thank you
frmEmptrainingDoc = Main form
FrmTrainingSignature = subform

Code:
imgEmpSignature.Picture = [frmTrainingSignature].Forms![frmEmptrainingDoc]![cboEmpName].Column(2)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top