Hi Tim,

> Is there an easy way to join two query objects together? (both have
same 
> structure)

If they two queries are using the same datasource,
You could use UNION.. Also depends which DB you
Are using..

SELECT  field1, field2, field3
FROM            table1
WHERE           this = that
        UNION
SELECT  youScream AS field1, iScream AS field2, weScream AS field3
FROM            table2
WHERE           that = thems

Regards,

Adam Chapman
Virtualtours.com.au
mailto:[EMAIL PROTECTED] 

Phone: 1300 366 122
Int: +61 3 9720 5733
Fax: +61 3 9720 6377

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to