I use Access 97. I don't have a snapshot viewer. I can send a snapshot file to someone by using File->Send->choose snapshot format. But if I try to use the following code
< DoCmd.SendObject acSendReport, reportname, "SnapshotFormat(*.snp)" > to realize the same function. An error always occurs. The error is "the file is not a txt file, a rtf file, a excel file or a HTML file. It may not be registered in the system." Why does it happen? Could someone tell me the reason and how to solve it?
< DoCmd.SendObject acSendReport, reportname, "SnapshotFormat(*.snp)" > to realize the same function. An error always occurs. The error is "the file is not a txt file, a rtf file, a excel file or a HTML file. It may not be registered in the system." Why does it happen? Could someone tell me the reason and how to solve it?