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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SNAPSHOT REPORTS 1

Status
Not open for further replies.

jamie13

MIS
Jan 15, 2002
43
0
0
CA
I am trying to generate invoices in a snapshot format to send to clients. When i am writing to sendobject code i need to enter a format. What is the code for snapshot. I know for rich text format it is AcFormatRTF.
Thanks
Jamie
 
neither of these work. Any other suggestions?
 
I think "DoCmd.OutputTo acOutPutReport, strDocName, "Snapshot Format", strFullFileName" will work. (Fill in your own variables).
 
actually I just got the answer and the format code is
"SnapshotFormat(*.snp)"
including the quotes
Thanks
jamie
 
WildHare, "SnapshotFormat(*.snp)" is correct and I struggled with that one for a while until I regressed back to creating a Macro where Snapshot is in the dropdown list for report output formats and then converting it to code.

What a way to find the answer.

Bob Scriver

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top