D
Danny
Hi
I been having problems printing out a form for a specific
record. The subform that is on the tab control can not be
printed. The way I coded to print the form was by :
DoCmd.OpenForm "frm_Main" ', , , WhereCondition:="'" & SSN
& "'"
DoCmd.PrintOut acPages, RecNum, RecNum
Where RecNum is the record number. The record number is
found right before these lines.
Any help would be appreciated.
I been having problems printing out a form for a specific
record. The subform that is on the tab control can not be
printed. The way I coded to print the form was by :
DoCmd.OpenForm "frm_Main" ', , , WhereCondition:="'" & SSN
& "'"
DoCmd.PrintOut acPages, RecNum, RecNum
Where RecNum is the record number. The record number is
found right before these lines.
Any help would be appreciated.