Using Access 2010 to send bulk e-mail each with a unique PDF Attachment

Hecanuck

New member
Local time
Today, 08:46
Joined
Feb 13, 2013
Messages
2
Question: Using Access 2010 to send bulk e-mail each with a unique PDF Attachment

Hello:
Hopefully I've posted this in the right forum.

I would like to automate the current process of sending an e-mail with a PDF attachment that is unique to each recipient; it is their test results. I’m sending an e-mail one at a time (which was fine when the number of folks being tested was small, but now I’m up to approximately 200 e-mails and growing each year) which I’m sure you can appreciate is very time consuming.

Please Note: I’m not a programmer type and I’m ignorant with respect to macro code creation. I'm hoping this type of issue as been faced before (did not find any related posts though) and that a solution is available.

System Environment:
Windows 7 SP1 (64 bit)
Office 2010 Professional

Access environment and Process:
1. A qry object/letter is built based on 4 tables (test results, result averages, a global employee list and location)

2. The Report has both static and dynamic text. Examples include: “Dear” [qry-Letter. F_name] and Address Information
a. =[qry-Letters.F_Name] & " " & [qry-Letters.L_Name]
b. =[qry-Letters.Position]
c. ="Dept " & Right([qry-Letters.Dept],3) & ", " & [qry-Letters.City]

3. The report also includes the employee’s results, the session averages (testing is conducted at multiple locations each occurrence is a session) and companywide averages.

4. Report Process: Run the report, entering primary key Emp_ID, report is populated saved (overwritten with the next Emp_ID and printed as a saved PDF.

5. MS Outlook: create a new e-mail, text body is common to all e-mails e.g. ‘attached are your test results’ the PDF is attached and the e-mail sent to the recipient (the e-mail address follows the corporate standard, =Trim([qry-Letters.F_Name] & "." & [qry-Letters.L_Name] & "@abc.com")

Hopefully I provided sufficient background information. But if not ask away.

Any assistance in automating the aforementioned process(es) would be greatly appreciated.

Cheers,

Hecanuck (FYI … Male Canadian … smile)
 
Last edited:
Thanks Paul ... so begins the journey of discovery!

Hecanuck
 
No problem, post back if you get stuck.
 

Users who are viewing this thread

Back
Top Bottom