When creating an append query, you can specify the Controller
ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnion
ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnionAll
However I cannot find how to specify Intersect or Minus.
Anyone?
ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnion
ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnionAll
However I cannot find how to specify Intersect or Minus.
Anyone?