Hi,
so far I preferred to use separate (non VBA) SQL queries instead of huge nested queries. (except for Joins, or simpler WHERE IN statements)
Not only do I think nested queries with more than two tables are hard to understand (after a while) I also had problems when I use them...