G
Guest
Hi there;
I am trying to print a current form as a report. Here is the code I am using:
Private Sub Command33_Click()
DoCmd.OpenReport "InvoicePayment", acViewNormal, , _
"[InvoiceNumber]=Forms!InvoicePayment"
End Sub
When I click my command button, the form prints out however it does not
print the form's actual contents. i.e. what I have entered into the form.
It just prints the outline format of the report. Any help would be
appreciated!"
I am trying to print a current form as a report. Here is the code I am using:
Private Sub Command33_Click()
DoCmd.OpenReport "InvoicePayment", acViewNormal, , _
"[InvoiceNumber]=Forms!InvoicePayment"
End Sub
When I click my command button, the form prints out however it does not
print the form's actual contents. i.e. what I have entered into the form.
It just prints the outline format of the report. Any help would be
appreciated!"