AppendQuery

Takes 3 parameters, DestinationQuery, SourceQuery, bMoveIt

Description:

The data from SourceQuery is copied and appended to DestinationQuery. Wherever the Field Names match the appended data will be placed in the same Field. Any Fields in SourceQuery that do not exist in DestinationQuery will be created.

If the third parameter has any length the data will be moved instead of copied, and the SourceQuery will be deleted after the data is moved.

Example:

AppendQuery "List.Full", "Item.Full", ""