J
John Ortt
Is it possible to embed a subquery in the FROM criteria twice as illustrated
below?
It seems to work once but I can't get it to work when I add the second
embedded query.
(I have simplified the query to get the point across)
SELECT Monkeys
FROM [SELECT Animals AS Monkeys
FROM [SELECT Creature AS Animals
FROM tblZoo] AS qryZoo ] AS qryMyZoo;
If the principle is OK in theory I will try to tweak my query.
Thanks in advance,
John
below?
It seems to work once but I can't get it to work when I add the second
embedded query.
(I have simplified the query to get the point across)
SELECT Monkeys
FROM [SELECT Animals AS Monkeys
FROM [SELECT Creature AS Animals
FROM tblZoo] AS qryZoo ] AS qryMyZoo;
If the principle is OK in theory I will try to tweak my query.
Thanks in advance,
John