S
sphinney
I'm using Microsoft Access 2007 to embed Word 2007 documents into a database.
When embedding documents using VBA, there are two properties that reference
the source document:
1. "SourceDoc" - Which contains the file path of the document
2. "SourceItem" - Which contains a specific item or, as the Access help file
states, a "unit of data" in the document
The example provided in the Access help file for the SourceItem property is
for the situation when an Excel doucment is embeded (i.e. "SourceItem =
'R1C1:R5C5'").
Can someone point me to the documentation where the Word "unit(s) of data"
are defined? What I really want to do is reference a specific table in the
Word document.
Thanks in advance for your help,
sphinney
When embedding documents using VBA, there are two properties that reference
the source document:
1. "SourceDoc" - Which contains the file path of the document
2. "SourceItem" - Which contains a specific item or, as the Access help file
states, a "unit of data" in the document
The example provided in the Access help file for the SourceItem property is
for the situation when an Excel doucment is embeded (i.e. "SourceItem =
'R1C1:R5C5'").
Can someone point me to the documentation where the Word "unit(s) of data"
are defined? What I really want to do is reference a specific table in the
Word document.
Thanks in advance for your help,
sphinney