Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send a snapshot file to someone via email

Status
Not open for further replies.

diepblauw

MIS
Jun 3, 2003
15
CN
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, &quot;SnapshotFormat(*.snp)&quot; > to realize the same function. An error always occurs. The error is &quot;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.&quot; Why does it happen? Could someone tell me the reason and how to solve it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top