Sent report to an external folder

  • Thread starter Thread starter chooriang
  • Start date Start date
C

chooriang

Dear All,
Is it possible to export a selected record 'from a form' to 'an external
folder' in 'report format' so when we print it out,it has the same
appearance.
 
Hi,
you can save it in snapshot format, like:
DoCmd.OutputTo acOutputReport, "Alphabetical List of Products", _
acFormatSNP, "C:\My Documents\", True

also you can save it in MOD format (print to its driver), but this requeiry
human interaction

--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
 
Sorry,
What do you mean by"Alphabetical List of Products",
Thank's for the update
 
chooriang said:
Sorry,
What do you mean by"Alphabetical List of Products",
Thank's for the update
that's the name of the Report! (See Northwind).
 
Guys,
Why its generated "Run time error"
Microsoft Acces can't save it to the file you have selected"
Help Again
 

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