Hi,
I have an event called by a control on a form, which calculates a few things, then runs a macro. This macro opens another form and closes the first form.
The problem I am experiencing is that the original event procedure doesn't finish (because the onus is on the user choosing another event from the newly opened form) and therefore a query which the second form calls is left in the background, until the second form is also closed (which I don't want to happen as this is a menu which does many tasks)
How do I force the first event to finish?
Please help!
Cheers,
Mark
I have an event called by a control on a form, which calculates a few things, then runs a macro. This macro opens another form and closes the first form.
The problem I am experiencing is that the original event procedure doesn't finish (because the onus is on the user choosing another event from the newly opened form) and therefore a query which the second form calls is left in the background, until the second form is also closed (which I don't want to happen as this is a menu which does many tasks)
How do I force the first event to finish?
Please help!
Cheers,
Mark