Returns or sets the value of the Append Query union operator. This operator determines how rows are retrieved when you use the Append Query Option feature.
UnionController uses the BqUnionController constant group, which consists of the bqUnion and bqUnionAll constants value. Use bqUnion to retrieve all distinct rows selected by either query without duplicates. Use bqUnionAll to programmatically retrieve all rows selected by either query, including duplicate rows.
The BqUnionController constant consists of these values:
This is the UnionController Constant Definition:
This example shows how to append a query using the Union operator.