AppendTable

Takes one parameter, TableName

Description:

Loads the entire Database Table into the Query, preserving the previous data where the new data will be appended to the bottom of the Query's record set. Existing Field names will be match up and any new Field names will be created.

Example:

AppendTable "Example.TableName"