• Switchboard (97)

    Author
    Topic
    #358477

    I have a database that has a switchboard. When I open a form from the switchboard and then close the form, I want it to go back to the switchboard. How do I make the switchboard reappear after I close a form?

    Viewing 0 reply threads
    Author
    Replies
    • #535016

      For the form’s On Close event , use VBA (choose Code Builder) and type in the statement:

      DoCmd.OpenForm “”

      Alternatively, you can use a macro as the On Close event for your form (choose the Macro Builder): Select the “OpenForm” action and specify the Switchboard name as the “Form Name”.

      Of course, the Switchboard is a form — its name should be listed on the Forms section of the Database Window.

    Viewing 0 reply threads
    Reply To: Switchboard (97)

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

    Your information: