J
John
Hi
I need to use a query as follows;
SELECT *
FROM (SELECT * From Table1 staff WHERE Table1.Field2 = "A") AS T1
WHERE T1.Field1 = "X"
The problem is that I get an error after first FROM saying 'Syntax Error'. I
am assuming Access 97 does not support this sort of nested query which
Access 2000 allows. Is there a way round this in Access 97?
Thanks
Regards
I need to use a query as follows;
SELECT *
FROM (SELECT * From Table1 staff WHERE Table1.Field2 = "A") AS T1
WHERE T1.Field1 = "X"
The problem is that I get an error after first FROM saying 'Syntax Error'. I
am assuming Access 97 does not support this sort of nested query which
Access 2000 allows. Is there a way round this in Access 97?
Thanks
Regards