excerpt from Access help: If you want to know which records were updated, first examine the results of a select query that uses the same criteria, and then run the update query.
Ugly but works. SELECT count(*) as rowsAffected FROM your_table WHERE your_previous_update_where_clause DM> No recordCount is being returned for this query, hence trying to find DM> another way to look at it. Heck, there's no data in the query variable DM> afterwards?!? -- Best regards, Sergey mailto:[EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206264 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

