I have a popup form that comes up in front of the main form.
The main form has a public subroutine that "refreshes" the data on the main form.
I want to execute the "refresh" sub just after the popup closes. How do I execute a subroutine behind one form from code behind another?
Is there an easy way to do this without moving everything into modules?
All help greatly appreciated.
Jay
The main form has a public subroutine that "refreshes" the data on the main form.
I want to execute the "refresh" sub just after the popup closes. How do I execute a subroutine behind one form from code behind another?
Is there an easy way to do this without moving everything into modules?
All help greatly appreciated.
Jay