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
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