Tables.Copy Method
Project Developer Reference |
Makes a copy of a group definition for the Tables collection and returns a reference to the Table object.
Syntax
expression.Copy(Source, NewName)
expression A variable that represents a Tables object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Source | Required | String | The name of the table to copy. |
NewName | Required | String | The name of the new table. |
Return Value
Table
See Also