So I have this database that has been passed over to me. It basically opens without the Objects Frame visible. I hit F11 and it shows... I am told there's a main form that kicks off the application.
When I open this form it looks like a gazillion queries kick-off in the background... the problem is that I can't figure out why. The form itself is not bound to any table or query.
I look at the event procedures and there's hardly any code in them.
So I looked up the order of events:
Open → Load → Resize → Activate → Current
And saw that On Open happens first... So, I put some code in the On Open event procedure with a breakpoint right there.
But when I open the form, my breakpoint doesn't break anything... it appears this form has been set to run something prior to the On Open event... is that possible?
If so, how can I find out where it starts and walk through?
Any Ideas would be greatly appreciated.
Thanks,
Gary
When I open this form it looks like a gazillion queries kick-off in the background... the problem is that I can't figure out why. The form itself is not bound to any table or query.
I look at the event procedures and there's hardly any code in them.
So I looked up the order of events:
Open → Load → Resize → Activate → Current
And saw that On Open happens first... So, I put some code in the On Open event procedure with a breakpoint right there.
But when I open the form, my breakpoint doesn't break anything... it appears this form has been set to run something prior to the On Open event... is that possible?
If so, how can I find out where it starts and walk through?
Any Ideas would be greatly appreciated.
Thanks,
Gary
Last edited: