Append Method (ADOX Tables)
Adds a new Table object to the Tables collection.
Syntax
|
Parameters
Table
A Variant value that contains a reference to the Table to append or the name of the table to create and append.
Remarks
An error will occur if the provider does not support creating tables.
See Also
Columns and Tables Append Methods, Name Property Example (VB) | ParentCatalog Property Example (VB)
Append Method (Columns) | Append Method (Groups) | Append Method (Indexes) | Append Method (Keys) | Append Method (Procedures) | Append Method (Users) | Append Method (Views)
Applies To: Tables Collection