Purpose
Defines the column structure for a table by copying the structure of an input Table object.
Syntax
The CreateFromTable method has the syntax:
CreateFromTable(Table)
Description
Use this method to copy the input table’s column structure and use it with the Table object. CreateFromTable returns TRUE on success, otherwise FALSE.
See also
Creating a Table Object.