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?
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?