How do I make a link in MS Word 2000 to an Access Report?

J

Joe Leon

I have an access database and I built multiple reports. How can I make a
link in MS Word to the reports?

Thanks!
 
J

John Nurick

Hi Joe,

What sort of link do you have in mind?

I have an access database and I built multiple reports. How can I make a
link in MS Word to the reports?

Thanks!
 
J

Joe Leon

Hi John,

Thanks for responding...

All I need is to have a link that will display the report in print preview
mode. I think that once it's in print preview, then the user can just print
the report. At least I hope it will work that way.

Thanks!
 
J

John Nurick

Hi Joe,

This http://support.microsoft.com/?id=210111 is an article on automating
Access. Towards the bottom there's a procedure for previewing or
printing a report.

Put the code in a module in your Word template or document. You could
invoke it from a MacroButton field or in various other ways.
 
Top