Specifies the active record in a mail merge result set.
| Name | Value | Description |
|---|
| wdFirstDataSourceRecord | -6 | The first record in the data source. |
| wdFirstRecord | -4 | The first record in the result set. |
| wdLastDataSourceRecord | -7 | The last record in the data source. |
| wdLastRecord | -5 | The last record in the result set. |
| wdNextDataSourceRecord | -8 | The next record in the data source. |
| wdNextRecord | -2 | The next record in the result set. |
| wdNoActiveRecord | -1 | No active record. |
| wdPreviousDataSourceRecord | -9 | The previous record in the data source. |
| wdPreviousRecord | -3 | The previous record in the result set. |