I am trying to use OnPostFind to lookup a record in another database based on the record found. I see the eMessage and the help says I can check to see if it's not DDFindClear and also check bFound. But in a ClearAll which is mentioned as not included in eMessage type, the OnPostFind is being called before the Clear happens, so it still has a current record. I need for Clear and ClearAll to work the same in OnPostFind.