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