Save a report to a file

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

Guest

I have seen the response to this questions but I need more help. I am learing
Access on my own and need an explanation on how to do this exactly, please
help

Example:
DoCmd.OutputTo acReport, "rptGLTable", "RichTextFormat(*.rtf)",
"C:\GLTable.rtf", False

Where do I use this command exactly?


thank you
Victor
 
visidro said:
I have seen the response to this questions but I need more help. I am
learing
Access on my own and need an explanation on how to do this exactly, please
help

Example:
DoCmd.OutputTo acReport, "rptGLTable", "RichTextFormat(*.rtf)",
"C:\GLTable.rtf", False

Where do I use this command exactly?


thank you
Victor

This would probably be in the Click event of a command button on a form.

Carl Rapson
 
Back
Top