How do I call a module from a button on a form? I go to the OnClick poperty, then open "Code Builder," and I see:
-----------------------------------
Private Sub Command399_Click()
End Sub
-------------------------------------
So what the heck goes in the sub to actually run my module (which I've named subNextButton)? I can't seem to find this in my Beginning Programming Guide -- or on the web.
Thanks.
-----------------------------------
Private Sub Command399_Click()
End Sub
-------------------------------------
So what the heck goes in the sub to actually run my module (which I've named subNextButton)? I can't seem to find this in my Beginning Programming Guide -- or on the web.
Thanks.