Save a report to a file

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
 
C

Carl Rapson

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
 

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

Top