Exporting a Report to MS Word

kjohnson

Registered User.
Local time
Yesterday, 18:48
Joined
Oct 8, 2008
Messages
31
Ok, so my database is set up to print a report that is a contract from a customer in the database.
I used to just print the report, but i would like to export them to MS Word and save them.

I know how to export them, but it does not export the whole report, just the data part. Any ideas?

Also, if anyone know how to code a button with VBA to export, that would be great :)
 
The VBA code would be something like:

DoCmd.OutputTo acOutputReport, "YourReportName", acFormatRTF, , True
 
Ah, that makes sense, thanks for the coding part :)
 

Users who are viewing this thread

Back
Top Bottom