Queries based upon queries.
Is it possible to have a query refer to another query? eg my DataSource has Table1,Table2,Table3 and I make a query (Query1) using Table1 and Table2, I then want to make another query using Query1 and Table3 for example.
Thanks,
Anthony
Comments