G Greg B Mar 12, 2005 #1 How can I get the userform to print with all the information in the text boxes. Thanks in advance\ Greg
How can I get the userform to print with all the information in the text boxes. Thanks in advance\ Greg
D Debra Dalgleish Mar 12, 2005 #2 You can use the PrintForm method: Private Sub cmdPrint_Click() frmOrders.PrintForm End Sub