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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to include report name in database path?

Status
Not open for further replies.

tracy1234

MIS
Apr 2, 2003
108
US
I'm tinkering around with a program to send e-mails from Access to Groupwise. The program (written by Dimitri Furman and found at creates an e-mail attachment and then let's me specify the path to the attachment.

Right now I can attach my whole database to a groupwise e-mail:

varAttach(0) = "Q:\Access_User_Databases\Overdue_Oracle_Jobs\job_status.mdb"

But what I really want to do is attach a specific report to the e-mail. What is the syntax to add to the end of the path to specify a specify report?

-Tracy
 
I might be wrong, but I'm pretty sure you'll have to export the report to a file, then use that file as an attachment--there's no direct linking to reports as file attachments.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top