In the query builder in visual studio 2008 (visual basic) can you use an already created query in a new query,i.e.
in a new query called query2, use table1 and query1.

If not in the query builder, which would be very helpful, is there another way in StoredProcedures or code?
Thanks!