Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Union and Intersect

Status
Not open for further replies.

Triton46

Programmer
Joined
Jan 9, 2002
Messages
33
Location
US
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?
 
bqUnion(=1)
bqUnionIntersection(=2)
bqUnionMinus(=3)
bqUnionAll(=4)
 
I found that, however it is not available for the version we are using (6.2.2.53). Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top