• Call other forms routine

    Author
    Topic
    #462994

    I was able to do this a while back but can’t remember how to now!

    I want to call another forms “on current” routine. The form in question is loaded at the time I am calling for it. What is the syntax to call another forms routine?

    Thanks!
    Mark

    Viewing 0 reply threads
    Author
    Replies
    • #1180257

      Use a line like this:

      Call Form_frmSomething.Form_Current

      where frmSomething is the name of the form. You may have to make Form_Current public instead of private:

      Public Sub Form_Current()

      End Sub

    Viewing 0 reply threads
    Reply To: Call other forms routine

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: