R
Ray S.
I posted this within a prior question hoping to get a reply, but nobody
answered, so I'm posting my own question.
I have a form where the user clicks on a button, which returns to him a
print preview of a report...I'd like for him to then have the option of
sending the output of that previewed report to a snapshot file. I tried to
create a macro, but i don't really follow how to use that...I
tried, but can't figure out how to create the macro...I viewed my uderlying
code for the button and see where the DoCmd.OpenReport "whatever", acPreview
line is, but I don't know how to incorporate the Do.Cmd.OutputTo
acOutputReport,
"whatever", "Snapshot Format", "filepath" to give the user the option to send
the previewed report to a snapshot. Can anybody help?
answered, so I'm posting my own question.
I have a form where the user clicks on a button, which returns to him a
print preview of a report...I'd like for him to then have the option of
sending the output of that previewed report to a snapshot file. I tried to
create a macro, but i don't really follow how to use that...I
tried, but can't figure out how to create the macro...I viewed my uderlying
code for the button and see where the DoCmd.OpenReport "whatever", acPreview
line is, but I don't know how to incorporate the Do.Cmd.OutputTo
acOutputReport,
"whatever", "Snapshot Format", "filepath" to give the user the option to send
the previewed report to a snapshot. Can anybody help?