Ok.
In fact I would like to update an existing word document with some information from an access table with the following code:
Public Function wrdUpdate(tmpDocName As String, tmpDocPath As String, tmpSeria, tmpNume, tmpData As Date)
Dim tmpAppWord As Object
Dim tmpDoc As Object
On Error...