print report

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I use docmd.openreport myReport , acPreview which Access opened the
report for preview.


I just wonder any method to print directory?

Your information is great appreciated,
 
I just wonder any method to print directory?

what directory are you referring to? or, did you mean to say "print
directly", without opening in Preview? if so, then just leave off the
acPreview argument, as

DoCmd.OpenReport "ReportNameHere"

hth
 
what directory are you referring to? or, did you mean to say "print
directly", without opening in Preview? if so, then just leave off the
acPreview argument, as

    DoCmd.OpenReport "ReportNameHere"

hth








- Show quoted text -

Thanks millions for helping,
 
you're welcome :)


what directory are you referring to? or, did you mean to say "print
directly", without opening in Preview? if so, then just leave off the
acPreview argument, as

DoCmd.OpenReport "ReportNameHere"

hth








- Show quoted text -

Thanks millions for helping,
 
Back
Top