B
Bill Reed via AccessMonster.com
I have a startup form which sets some parameters and then opens the main
form. The main form contains 2 subforms which in turn contain 3 subforms
each. The 2 subforms are on tabs in a tab control on the mainform. Their 3
subforms are nested in each of the 2 subforms. (Confusing, isn't it!?)
In addition, there are 2 pop up forms that load with the main form.
I can live with the on current events executing over and over again for the
same forms, but it's kind of messy and I'd really like to minimize it and
hasten the process of opening the main form. I imagine I'm not the 1st to
come across this problem so I'm hoping there's a "rule of thumb" or some
piece of code to use during the on current event of the main form and
subsequent forms that will limit the firing of these events to when I want
them to fire.
Thanks
form. The main form contains 2 subforms which in turn contain 3 subforms
each. The 2 subforms are on tabs in a tab control on the mainform. Their 3
subforms are nested in each of the 2 subforms. (Confusing, isn't it!?)
In addition, there are 2 pop up forms that load with the main form.
I can live with the on current events executing over and over again for the
same forms, but it's kind of messy and I'd really like to minimize it and
hasten the process of opening the main form. I imagine I'm not the 1st to
come across this problem so I'm hoping there's a "rule of thumb" or some
piece of code to use during the on current event of the main form and
subsequent forms that will limit the firing of these events to when I want
them to fire.
Thanks