I know this has probably been asked before, but I will ask again (even though I hate having to be repetitive). I want to know if I can create a module that will say something to the effect of this:
If application is processing data, connections, etc. then
mousepointer = vbHourglass (or maybe the animated hourglass)
else
mousepointer = vbDefault
I really do not want to put this on every form of my app. I want to put it in one place (like a module) so that I don't have to put it in all my forms. Any help would be greatly appreciated. If you have it, I would love some sample code as well.

Thanks in advance.