Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Word Developer Reference |
Sets or returns a String that represents the name of the field in the mail merge data source to which a mapped data field maps. Read/write.
Syntax
expression.DataFieldName
expression An expression that returns a MappedDataField object.
Remarks
A blank string is returned if the specified data field is not mapped to a mapped data field.
Example
This example creates a tabbed list of the mapped data fields available in Word and the fields in the data source to which they are mapped. This example assumes that the current document is a mail merge document and that the data source fields have corresponding mapped data fields.
Visual Basic for Applications |
---|
|
See Also