Search results

  1. G

    Open Form with instance method & wait to close?

    Hello, I am creating forms instances in code, using. Set frm = New Form_frmBase (http://allenbrowne.com/ser-35.html) frm.Visible = True Now frm is visible but code continues run. The DoCmd.OpenForm xxx,,,,,acDialog pause execution of code but dot works this form instances. When I use below...
Back
Top Bottom