jason246day
Programmer
I have 2 queries that are independent of each other, qryTemp1 and qryTemp2. Both of them return a list of policy numbers, but both have different criteria that they are searching for. I am trying to find a way to return the policy numbers that are found in the results of both of these queries.
I looked into using an INNER JOIN, but that looked like it needed to be used on a WHERE clause, as opposed to using the 2 saved queries directly.
Does anyone know of a way to do this? Thanks ahead of time.
I looked into using an INNER JOIN, but that looked like it needed to be used on a WHERE clause, as opposed to using the 2 saved queries directly.
Does anyone know of a way to do this? Thanks ahead of time.