D
Dave F
Hello -
I have been working on a project that calls for consolidating Word documents
embedded in an Access table. I have the hard part knocked (I think), but am
having a problem with getting Access to actually save the changes I'm
making.
On an Access form, I have a bound OLE frame container. Using the container,
I grab the Word document from record 1 and copy it to the clipboard. I then
open the Word document from record 2 and paste the contents of record 1 to
it. I then save the document, and update the record.
Pretty easy, surprisingly.
However, Access doesn't save the changes to the record. The changes I make
to the Word document of record 2 are not saved, and neither the
"before_update" or "after_update" events of the bound OLE container are
called (though the "updated" event of the bound OLE container is).
I've tried every verb on the acOLEActivate action to no avail (though I'm
not sure that has anything to do with the issue).
Any ideas? Thanks for your help!
Dave
I have been working on a project that calls for consolidating Word documents
embedded in an Access table. I have the hard part knocked (I think), but am
having a problem with getting Access to actually save the changes I'm
making.
On an Access form, I have a bound OLE frame container. Using the container,
I grab the Word document from record 1 and copy it to the clipboard. I then
open the Word document from record 2 and paste the contents of record 1 to
it. I then save the document, and update the record.
Pretty easy, surprisingly.
However, Access doesn't save the changes to the record. The changes I make
to the Word document of record 2 are not saved, and neither the
"before_update" or "after_update" events of the bound OLE container are
called (though the "updated" event of the bound OLE container is).
I've tried every verb on the acOLEActivate action to no avail (though I'm
not sure that has anything to do with the issue).
Any ideas? Thanks for your help!
Dave