I will try it on Tuesday when I get back to work. Apparently Cesar Chaves was important enought in California to warrant a day off. Bruce Sorge
----- Original Message ---- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: SQL <[email protected]> Sent: Saturday, March 24, 2007 9:20:51 AM Subject: Re: Update a table with a sub-query Bruce - sounds like your subquery is returning more than one row. Since you want to update a MemberID to a new value, you have a conflict since your subquery returns multiple values. what do you get with the subquery? SELECT Member_ID FROM tblCurrentCouncilMembers WHERE tblCouncilEmailGroup.DONEID = (tblCurrentCouncilMembers.DONE_ID) hth -brian --------------------------------------------- This message was sent using LANline's Webmail System. http://webmail.cyburban.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2794 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
