R
Richard
Is there any way to avoid this problem? I'm intervening in the
MailMerge process and want to return an entire record:
ActiveDocument.MailMerge.DataSource.ActiveRecord = wdNextRecord
But when I loop through the record to access each required field:
ActiveDocument.MailMerge.DataSource.DataFields("fieldname")
it seems Word re-reads the record each time. The latency is killing
me, regardless of the type of data source. I don't think I can use ADO
in Word 2000, and my DAO is too rusty to fall back on. Do I have to
discard this method entirely?
MailMerge process and want to return an entire record:
ActiveDocument.MailMerge.DataSource.ActiveRecord = wdNextRecord
But when I loop through the record to access each required field:
ActiveDocument.MailMerge.DataSource.DataFields("fieldname")
it seems Word re-reads the record each time. The latency is killing
me, regardless of the type of data source. I don't think I can use ADO
in Word 2000, and my DAO is too rusty to fall back on. Do I have to
discard this method entirely?