L
Lamar
I want to use the Call method to run a Sub Statement on form when it opens.
The problem is if I use the Load form or Open form method then the Sub
Statement starts running before the form is even opened. I want the form to
open and maximize first. Then I would like the Sub Statement to run.
So how do I delay the Call method? Thanks for any help.
Call cmdImportData_Click
The problem is if I use the Load form or Open form method then the Sub
Statement starts running before the form is even opened. I want the form to
open and maximize first. Then I would like the Sub Statement to run.
So how do I delay the Call method? Thanks for any help.
Call cmdImportData_Click