Update - I forgot to mention, so far this is what I have:

SELECT FirstName1 AS FirstName, Surname1 AS LastName 
FROM tblMain 
WHERE foundation = Yes
UNION 
SELECT FirstName, LastName 
FROM tblCentennialMembers;

This is now working and I'm checking the data integrity, as I'm not sure
it's not quite returning the exact records I require.

Mark


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300042
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to