L
Lee
Just a quick question:
Is it possible to run a procedure on a different form to
the one that's currently in focus?
To be specific:
Form A is open and when users click on a particular
button, Form B opens as well.
When the user then clicks on a particular button on Form
B, certain queries are actioned before Form B is closed
and the focus is returned to Form A. Whilst Form B is
still open (and after the queries have run), I'd like to
be able to ask Form A to run the 'Form_Current' procedure
that's within Form A. Is this possible and if so, how do
I refer to this in code?
Thanks guys (as always),
Lee
Is it possible to run a procedure on a different form to
the one that's currently in focus?
To be specific:
Form A is open and when users click on a particular
button, Form B opens as well.
When the user then clicks on a particular button on Form
B, certain queries are actioned before Form B is closed
and the focus is returned to Form A. Whilst Form B is
still open (and after the queries have run), I'd like to
be able to ask Form A to run the 'Form_Current' procedure
that's within Form A. Is this possible and if so, how do
I refer to this in code?
Thanks guys (as always),
Lee