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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top