Print report data only

S

Scott A McCoy

I need to trigger the "Print Data Only" that is in the Report page setup
using VBA. I cannot find anything on how to do this. Has anyone done this
that can share an expample.

Thanks in advance
Scott A. McCoy
 
A

AlexM

Why would you ever need to do that?
Why not just print the underlying recordsource of the report?

Try SendKeys
Alt
F
tab
tab
tab
tab
enter
etc...
 
Top