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
 
Guys,
Why its generated "Run time error"
Microsoft Acces can't save it to the file you have selected"
Help Again
 
Back
Top