Insert rows into a table from another table.
Supported platforms: Windows only
VBA:
object.InsertRowsAndInherit nIndex, nInheritFrom, nNumRows
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row index to insert to.
Access: Input-only
Type: Long
The table index to grab from.
Access: Input-only
Type: Long
The number of rows to grab.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available