Hi all
Just like to share my experience about this error "error '80020009' Exception
occurred " with everyone.
I have written search page and return results, as usual I use recordset paging
[To be more precise, it is FOR ... NEXT ] to mange navigation. At the last
page, I ended up having this error. After I made sure that EOF is true, and all
other things, the error still happened.
Until I realised that I have to exist FOR...NEXT when EOF is true, then the
error was fixed.
Hope it will help people with similar experience.
Jack