Automatic Report Export?

B

Brook

I am trying to find a way that when I click my preview report button, my
report is not only shown on my screen but also saved on my C:\ drive?

Thanks,

Brook
 
J

jl5000

create a macro with 2 lines, the first opens the report in print preview, the
seconds sends the report to a file on your c:\ drive then create a button in
your form that calls that macro,
 
Top