Re: Not IN or Where Not Exists in subquery?




"timmg" <tmillsgroninger@xxxxxxxxx> wrote in message
news:740784bd-8f8f-49aa-90f3-96492b30f40e@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
You might try creating a subquery that identifies the records you wish
to exclude, then do a left join to that pulling only the nulls. It
may not be the most eloquent solution, but it's easy to
troubleshoot.

I'm not sure that Access/Jet support "Exists"

HTH,

tim

============================

Jet does support Exists. But it's just as easy to do a left outer join. But
no subquery necessary.

Neil


.