Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Reports to Word

Status
Not open for further replies.

Gti

Programmer
Jul 23, 2001
99
PT
I need to pass a report to a doc file. How can i do it?
Any Help

Tkx :)
 
Access 97 report ??? if so then just go to the file menu and select export and .rtf or create a macro using the output command.

if you specificly want it to be *.doc )rtf should be fine) then create word macro that saves it as .doc in word

 
what i need is when i hit a button the database report is automaticaly pass to a Word file *.DOC

How can i do it in VBA code?

Tkx

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top