Multiple queries using *.dqy files

B

Bart E

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top