H
hanski
Hi.
I have in my Form a code:
DoCmd.OpenModule "Module2", "First"
and I have a module called Module2 and in it:
Sub First()
MsgBox ("Hi!")
End Sub
My code in a Form do not execute the First, it only opens it.
How can I get it be executted immediately without opening it?
hanski
I have in my Form a code:
DoCmd.OpenModule "Module2", "First"
and I have a module called Module2 and in it:
Sub First()
MsgBox ("Hi!")
End Sub
My code in a Form do not execute the First, it only opens it.
How can I get it be executted immediately without opening it?
hanski