Append Method (ADOX Tables)

Adds a new Table object to the Tables collection.

Syntax

  
Tables.Append Table  

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.

Applies To

Tables Collection (ADOX)

See Also

Columns and Tables Append Methods, Name Property Example (VB)
ParentCatalog Property Example (VB)
Append Method (ADOX Columns)
Append Method (ADOX Groups)
Append Method (ADOX Indexes)
Append Method (ADOX Keys)
Append Method (ADOX Procedures)
Append Method (ADOX Users)
Append Method (ADOX Views)