Export file type not holding previously selected type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2003, if I export a report to .snp (Snapshot) format, then if I
select export on another report, the Snapshot is not the already selected
format -- I have to reselect it from the dropdown every time. This is not the
behavior in Access 2000 -- the previously selected file type would already be
selected next time you chose Export.
 
Hello,

I can reproduce the behaviour you mentioned on my side. However, you may
work around it by performing one of the following methods:

* Create a macro that uses the OutputTo action to export one or more
reports in snapshot format to a Web server that you use to publish your
reports.
For more information on how to do this, see the topic Automate publishing a
report snapshot to the Web in Access 2003 Help file.

* Create a macro that uses the SendObject action to mail a report to a mail
recipient or distribution list.
For more information on how to do this, see the topic Automate sending a
report snapshot in e-mail in Access 2003 Help file.

* Create a Visual Basic for Applications program by using Snapshot Viewer
methods, events, and properties.

You can also refer to the topic "About report snapshots and Snapshot
Viewer" in Access 2003 Help file. I hope the information is helpful.

Sophie Guo
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top