Save as snapshot

  • Thread starter Thread starter Diarmuid
  • Start date Start date
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
 
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.
 
Back
Top