B
Bill
In Access, can I create a SQL statement, run it and then join another SQL
statement to it? I do not want permanent queries in some cases.
Example:
SELECT f1, f2 FROM table1 (as cursor1)
SELECT f2 FROM cursor1
Something like this. I was able to to do this in Foxpro, but it never was
obvious to me in Access.
Thanks
Bill
statement to it? I do not want permanent queries in some cases.
Example:
SELECT f1, f2 FROM table1 (as cursor1)
SELECT f2 FROM cursor1
Something like this. I was able to to do this in Foxpro, but it never was
obvious to me in Access.
Thanks
Bill