If you are good with SQL, You can probably write a SQL query on [BPAAuditEvents] table
SELECT [eventdatetime]
,[sNarrative]
,[comments]
FROM [dbo].[BPAAuditEvents] where sNarrative like '%retired%' order by [eventdatetime] desc
------------------------------
Vivek Goel
CoE Lead Architect
Asia/Singapore
http://www.rpatools.com/"If you like this post, please press the "Recommend" Button.
------------------------------