Save as snapshot

D

Diarmuid

I'd like to add a button to my toolbar that would allow users to save a
report in snapshot format. How would I code this?
Thanks
Diarmuid
 
R

Rick Brandt

Diarmuid said:
I'd like to add a button to my toolbar that would allow users to save a
report in snapshot format. How would I code this?
Thanks
Diarmuid

Look in Help for DoCmd.OutputTo. You would create a function that uses
that to create the Snapshot file and then call that function from your
toolbar button.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top