FIGURE 6.25
The third page of a mail merge form letters document.Private Sub MailMergeTextFile(strWordTemplate As String, _
strExtension As String)On Error GoTo ErrorHandlerDim rst As DAO.Recordset
Dim dbs As DAO.Database
Dim strDBPath As String
Dim strTextFile As String
Dim strDocName As String
Dim strSalutation As String
Dim strZipCode As String
Dim strSQL As String
Dim strTable As StringPart II Writing VBA Code to Exchange Data between Office Components
