Printing a report

  • Thread starter Thread starter ericb
  • Start date Start date
E

ericb

Sorry about this one but I can't find the VBA command to print a report

On a form (that contains a list) I have 3 command button : Preview, Print,
Email

On the click_event I can Preview the report OK. Now on the click_event of
the Print button I want it to simply print the viewed report.

What is the VBA code to print MyReport or for that matter email MyReport

Thank you
 
Back
Top