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

union query question

Status
Not open for further replies.

goslincm

MIS
May 23, 2006
292
US
I'm trying to learn more about Union Queries and I'm trying to use a UNION Query to do the following simple task.

tbl_training
training_code (PK)
training_title
training_session

tbl_section
SectNumb(PK)
SecDate(PK)
SecRoom
SecEnrollment

I want to use a union query so I can get familar with them, on this, to the training title for all section dates of 8/15/2007.

Can I do this with a union query?
 
Disregard, I'm confusing union queries with subqueries.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top