Append Method

 

Description

 

Adds a new Table object to the Tables collection.

 

PowerBASIC Syntax

 

METHOD Append (BYVAL Table AS VARIANT)

 

Parameter

 

Table

A Variant value that contains a reference to the Table to append or the name of the table to create and append.

 

Return Value

 

No return value.

 

Remarks

 

An error will occur if the provider does not support creating tables.

 

Valid XHTML 1.0 Transitional