View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bart E Bart E is offline
external usenet poster
 
Posts: 1
Default Multiple queries using *.dqy files

Hi all,

Is it possible when you saved a MS query to an *.dqy
file, that you use this same query in an other query and
do some joining ?
I.e.

SELECT Color_Table.Color_Field, Pattern_Table.Pattern_Field
FROM {oj c:\path_saved_dqy_query table LEFT OUTER JOIN
table_name ON Color_Table.Join_Field =
Pattern_Table.Join_Field}

Thanks in advance.

Regards,
Bart