MS Access is not getting update

rohnds

Registered User.
Local time
Yesterday, 19:32
Joined
Jul 20, 2010
Messages
19
I have form with a unbound object frame linked to MS Word document. But when I make changed to MS word, changes are not reflected in the form.

How can I link the MS word document to the unbound object?





Rohn
 
Have you tried to do a requery behind the object in the after update event?
 
1. did you make sure you chose LINK so it wasn't embedded?

2. The document would have to be saved first before you open the form (or as Trevor said, you would have to requery the frame) so it would get the changes. But the key thing is that unsaved changes to the Word document will not be displayed. Only saved changes would be.
 

Users who are viewing this thread

Back
Top Bottom