Late binding, Bound OLE Object, Access and Word

  • Thread starter IUnderstandSomething
  • Start date
I

IUnderstandSomething

I cannot manage to make this work. I am just trying to have a Word-
document in a bound OLE object in an Access-form. I need to use late-
binding because it needs to work in different Office versions.

- I want to open an existing object and add text from my form to
predefined Bookmarks.
- I want to create a new OLE object

I use an existing Template ex: "C:\MyDoc.doc"

I have found a lot of information about late binding and defining
Objects, but how do I connect it to my Bound OLE-object?

In the examples on Microsoft's webpage it is all about creating a new
document adding some text and quit. I want to use my dokument, open an
existing object etc., etc.

Please, please help me. I am lost after many different tries!
 
Top