Sent report to an external folder

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.
 
A

Alex Dybenko

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
 
C

chooriang

Sorry,
What do you mean by"Alphabetical List of Products",
Thank's for the update
 
C

chooriang

Guys,
Why its generated "Run time error"
Microsoft Acces can't save it to the file you have selected"
Help Again
 
Top