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!

3 Queries 1 Field

Status
Not open for further replies.

Esoteric

ISP
Joined
Feb 10, 2001
Messages
93
Location
US
I need to know if there is a way to combine 3 Queries into 1 field result. I have the following:

Query1 : Field1
Query2 : Field1
Query3 : Field1

I need to have the result of:

Query1 : Field1

with the results from all 3 into one field.
 

Have you tried a Union Query?

Select field1 From query1
union
Select field1 From query2
union
Select field1 From query2
Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top