Hey everyone! Just a comment that I am discovering the power of the OnActivate Event. I am using it for things like requery a list box(s), Maximizing a form, and a whole host of other cool stuff. I'm just saying, I think that maybe a lot of us go without using this event. Anyway, just saying......check out for yourself the kinds of stuff it can do for you.
For those of you who are maybe new to programming, the OnActivate Event fires every time you land on the form. So, that is why I use it to requery a list boxs and other regular tasks that need to happen every time the form becomes the current form your working on.