G
Guest
I have a table that contains an OLE Object type column. It is populated with
MS Word documents.
I need to be able to take the content of 1 record and append it to a
different record (consolidate the data from two records into one). I'm having
difficulty finding any reference material that suggests how to populate the
automation server with the contents of a field.
I've tried using the GetChunk / AppendChunk methods with DAO, but it doesn't
work properly (as it takes the entire value of the field in the record -
which is a complete Word document - and appends it to another Word document).
Any help is appreciated -
MS Word documents.
I need to be able to take the content of 1 record and append it to a
different record (consolidate the data from two records into one). I'm having
difficulty finding any reference material that suggests how to populate the
automation server with the contents of a field.
I've tried using the GetChunk / AppendChunk methods with DAO, but it doesn't
work properly (as it takes the entire value of the field in the record -
which is a complete Word document - and appends it to another Word document).
Any help is appreciated -