Northwinds Print Invoice Command

L

LongN

I am trying to change the code in the Northwinds Database to Preview the
Invoice rather than print the invoice in the Orders Form in the event
procedure. I am not having any success. Can anyone help me. Thank you.
 
A

Arvin Meyer [MVP]

LongN said:
I am trying to change the code in the Northwinds Database to Preview the
Invoice rather than print the invoice in the Orders Form in the event
procedure. I am not having any success. Can anyone help me. Thank you.

DoCmd.OpenReport strDocName, acViewPreview, "Invoices Filter"
 
Top