From: John W. Vinson on
On Mon, 7 Jun 2010 23:13:18 -0400, "JR" <iloveVBA(a)gmail.com> wrote:

>in the query view or sql view?

You can use either, but in the query grid (which is NOT the query, just a tool
to help build SQL) you'll need to put the subquery - as a SQL string in
parentheses - in the Criteria box. You'll need to adapt the fieldnames and
tablenames to match your actual tables, which I cannot see.
--

John W. Vinson [MVP]
From: JR on
Absolute brilliance!

Thanks so much, John.


"John W. Vinson" <jvinson(a)STOP_SPAM.WysardOfInfo.com> wrote in message
news:to1p06pdr15b942lo90r488c20q0hr4ov6(a)4ax.com...
> On Mon, 7 Jun 2010 23:13:18 -0400, "JR" <iloveVBA(a)gmail.com> wrote:
>
>>in the query view or sql view?
>
> You can use either, but in the query grid (which is NOT the query, just a
> tool
> to help build SQL) you'll need to put the subquery - as a SQL string in
> parentheses - in the Criteria box. You'll need to adapt the fieldnames and
> tablenames to match your actual tables, which I cannot see.
> --
>
> John W. Vinson [MVP]