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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UNION query in MS Access

Status
Not open for further replies.

dgillz

Instructor
Joined
Mar 2, 2001
Messages
10,059
Location
US
Anyone know how to do a union query in MS Access? In MS SQL server my syntax would be:

select field1 from table union select field1 from table2

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Where do I do this?

I have 2 link tables, and I need to specify the relationship bewtween them. I have options of equal, not equal, left outer, etc. but no union join.

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
You set the relationship in the "Relationship" window, to write the SQL, in the query screen select the SQL view rather than the design grid view.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top