Search results

  1. R

    MSWORD.OLB version 8.7

    Hi guys, I Need Some Help I use this code to fill a word document with records from a access form: Option Compare Database Private Sub Command14_Click() Call fillwordform End Sub Function fillwordform() Dim appword As Word.Application Dim doc As Word.Document Dim Path As String On Error...
Back
Top Bottom