ActiveTableIndex
This property sets or returns the position where the table is activated or activates the table at given zero-based index.
Syntax
ActiveTableIndex as Long
Sample Code
'Initializes table and field references
Set theEmptyTable = _
pWorkdoc.Fields("EmptyTable").Table(pWorkdoc.Fields("EmptyTable").ActiveTableIndex)
Set theEmptyTableField = pWorkdoc.Fields("EmptyTable")