L
Lee C.
I see the "Merge fields in document" listed in the document's System
Information | Mail Merge Item Values, but I cannot figure out how to
expose them in code. I have tried:
.DataSource.FieldNames.Count 'gives count of total available fields
.DataSource.DataFields.Count 'also gives count of total available
fields
.DataSource.MappedDataFields.Count 'not even close to what I want,
but I tried it anyway.
Can someone tell me the name of the DataSource property?
Thanks,
Lee
Information | Mail Merge Item Values, but I cannot figure out how to
expose them in code. I have tried:
.DataSource.FieldNames.Count 'gives count of total available fields
.DataSource.DataFields.Count 'also gives count of total available
fields
.DataSource.MappedDataFields.Count 'not even close to what I want,
but I tried it anyway.
Can someone tell me the name of the DataSource property?
Thanks,
Lee