Connecting Tech Pros Worldwide Help | Site Map

Snapshot Format not a SaveAs/Export choice in Access 97

  #1  
Old November 13th, 2005, 12:56 AM
Bill Hutchison
Guest
 
Posts: n/a
I tried installing the ValuePack, but the Snapshot choice still
doesn't appear when I try to Export a report. What is missing?

Thanks,
Bill Hutchison

  #2  
Old November 13th, 2005, 12:56 AM
Tony Toews
Guest
 
Posts: n/a

re: Snapshot Format not a SaveAs/Export choice in Access 97


billh@gci.net (Bill Hutchison) wrote:
[color=blue]
>I tried installing the ValuePack, but the Snapshot choice still
>doesn't appear when I try to Export a report. What is missing?[/color]

Try DoCmd.OutputTo acOutputReport, "Shipping - Load List", "Snapshot Format", _
strAttachment, False
where strAttachment is the path and file name of the Snaphost file to be created.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
  #3  
Old November 13th, 2005, 12:56 AM
Rick Brandt
Guest
 
Posts: n/a

re: Snapshot Format not a SaveAs/Export choice in Access 97


"Bill Hutchison" <billh@gci.net> wrote in message
news:40d2030e.4444156@news.gci.net...[color=blue]
> I tried installing the ValuePack, but the Snapshot choice still
> doesn't appear when I try to Export a report. What is missing?[/color]

You need to be at Service Release 1 or higher. Are you?

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Closed Thread