I have made 2 simple queries which output the forename and surname of people based upon the value of a column "role" in a junction table they are associated with.
Lets say that the output is:
Kevin Baker
Julie Willis
Gregory Hilliard
Joe Swanson
Patrick Day
Bethany Row
for one of the query outputs and:
Kevin Baker
Michael Winter
Ellie Patterson
for the other.
I want to be able to make a query which outputs the values that appear in both of these tables i.e. I want it to output Kevin Baker in this case.
Is there a simple way to do this based upon the two queries I have already made?