Show selected portions of Word doc in OLE Unbound control

C

Clare-in-Sydney

I need to show selected portions of a word document (not just the first page)
in a Access Forms control. By pressing a button on the Access form I want to
show the next portion of the document.

On the data tab of my control I have:

Display Type:Content
Update Options:Auto
OLE Type: Linked
OLE Types Allowed:Either
Class: Word.Document.8
SourceDoc: D:\......\myFile.doc
SourceItem:OLEBookmark_1 (If I leave this out I get the start of the
document shown. The bookmark is defined in the document and the range is
the first word of the paragraph. When I specify the bookmark here nothing is
shown)

Enabled:Yes
Locked:No
SizeMode:Zoom

Ideally, when I press a button on the from all I would do is change the
value/name of the bookmark. (This would be done in VBA but I cannot get
passed step one).

Where have I gone wrong? Please help.
Clare
 
Top