A trigger is not what Rick wants (at least not a trigger on a table in the database). A DB trigger is fired when you insert, delete, or modify a record in that table. Rick's "event" is the closing of the browser window, and his database is ignorant to that.
I think the closest to a "trigger" that Rick could come is if he uses to the JavaScript event that fires when you navigate away from a page, or close the window. Of course that wouldn't be fool-proof. ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232601 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

