Hi,
I have two tables and two forms. A form's control is an BoundObjectFrame for a field with linked OLE Word document.
Strange enough, in one form, the changes in the Word documents are update (not immediatly but when I change record), on the other the update never happens!
I couldn't spot the difference.
Is there a way to:
I have two tables and two forms. A form's control is an BoundObjectFrame for a field with linked OLE Word document.
Strange enough, in one form, the changes in the Word documents are update (not immediatly but when I change record), on the other the update never happens!
I couldn't spot the difference.
Is there a way to:
- Force the updating , or
- Remove and insert again by VBA the linked object in the Access table (I already update some fields at the Word event BeforeDocumentSave)