E
Edwin Patrick
How can I Loop through all the mail mertge fields in a document
and display the field Name?
and display the field Name?
Peter Jamieson said:Try
af.Code.Text
But you will have to strip off the MERGEFIELD, white space, and any quotes
to get the name of the field, and it may not match the one in the data
source if, for example, the data source has field names longer than around
32 characters. And so on...
Peter Jamieson