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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/SQL/message.cfm/messageid:2792 Subscription: http://www.houseoffusion.com/groups/SQL/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6
