E
Engels
I have two queries that produce lists of "Course Speakers" and "Course
Registrations". I want to combine the lists to produce a list of all
attending my course whether they are an speaker OR paying participant
(registrations)
The tables & important fields i am using are:
[Everyone] = with "Everyone ID" pk, "First name" , "Last name"
[Training Course] = "Course ID" pk (My criteria for the on both select
queries)
[Registrations] = "Reg ID" pk, "Everyone ID" fk, "Course ID" fk
[Speakers] = "Speaker ID" pk, "Everyone ID" fk, "Course ID" fk
The two queries naturally are:
Course_Speakers (which speakers on which course ie.. Everyone, Training
Course, Speakers)
Course_Registrations (the registered participants on which course ie..
Everyone, Training Course, Registrations)
How do i write a query to produce a list of Speakers OR Registrations with
the criteria being the Training Course
Registrations". I want to combine the lists to produce a list of all
attending my course whether they are an speaker OR paying participant
(registrations)
The tables & important fields i am using are:
[Everyone] = with "Everyone ID" pk, "First name" , "Last name"
[Training Course] = "Course ID" pk (My criteria for the on both select
queries)
[Registrations] = "Reg ID" pk, "Everyone ID" fk, "Course ID" fk
[Speakers] = "Speaker ID" pk, "Everyone ID" fk, "Course ID" fk
The two queries naturally are:
Course_Speakers (which speakers on which course ie.. Everyone, Training
Course, Speakers)
Course_Registrations (the registered participants on which course ie..
Everyone, Training Course, Registrations)
How do i write a query to produce a list of Speakers OR Registrations with
the criteria being the Training Course