Mar 21, 2008 #1 Costefran Technical User Joined Jan 2, 2008 Messages 197 Location GB Can anyone help and I'm sure this is simple but cannot seem to get it right Can anyone advise the code / syntax for opening a report in snapshot rather than print preview Many thanks
Can anyone help and I'm sure this is simple but cannot seem to get it right Can anyone advise the code / syntax for opening a report in snapshot rather than print preview Many thanks
Mar 21, 2008 #2 pbaldy IS-IT--Management Joined Feb 7, 2008 Messages 120 Location US I don't believe you can open it directly in Snapshot format. I think you'll need to use DoCmd.OutputTo to create the Snapshot file, then open that file (using FollowHyperlink or Shell). Paul MS Access MVP 2007/2008 Upvote 0 Downvote
I don't believe you can open it directly in Snapshot format. I think you'll need to use DoCmd.OutputTo to create the Snapshot file, then open that file (using FollowHyperlink or Shell). Paul MS Access MVP 2007/2008
Mar 21, 2008 Thread starter #3 Costefran Technical User Joined Jan 2, 2008 Messages 197 Location GB Thanks Upvote 0 Downvote