Access ET

EventsToday’s presentation by Dale Fye was on using
Access to  generate Word mail merge documents.  The video of the session can be watched here.

All of the documents (.accdb, .csv, and .docx) used for today’s presentation are included in the attached zip file.  The Access database contains the presentation and all of the code used.
Prior to running the fnMailMerge() you will need to set a parameter to tell the query which records to include.  Setting the value to zero will return all records from the sample data table.  Setting it to 1, 2, or 3 will only return a single record.

tempvars!RecordID = 0

AUG-ET 2021-02-19 Presentation files