Hello,
From a form I am using
to bring up a file dialogue window allowing the user to save the report in Snapshot format. When the file dialogue window opens, it allows the user to pick the file name, and it defaults to "MyReport.snp" (Save as Type defaults to "All files (*.*)").
My concern is that if the user chooses to rename the file they will not likely remember to add the .snp file extension to the end of their file name. I was wondering if there is any way I can force the user to save the file as a Snapshot file or to save the file with .snp file extension at the end.
Thanks in advance for the help.
Collen
From a form I am using
Code:
DoCmd.OutputTo acReport, "MyReport", acFormatSNP
My concern is that if the user chooses to rename the file they will not likely remember to add the .snp file extension to the end of their file name. I was wondering if there is any way I can force the user to save the file as a Snapshot file or to save the file with .snp file extension at the end.
Thanks in advance for the help.
Collen