GinaWhipp
AWF VIP
- Local time
- Today, 02:39
- Joined
- Jun 21, 2011
- Messages
- 5,899
Then you need to usat in place of the name of the report and use the complete path to the file. AND if it were me I would remove the *dash* from the directory name. The file name is okay. So you would have...
...where the you have "rptEstimate". Again, you might need a DoEvents to give it time to save prior to the eMail grabbing it.
Code:
"C:\BHRIR-AccessEmailEstimateAttachments\" & [LastName]&"Estimate"&[EID]&"-"[EstimateDate]&"BHRCopy.pdf"
...where the you have "rptEstimate". Again, you might need a DoEvents to give it time to save prior to the eMail grabbing it.