Search results

  1. A

    How to add a module to a form when you use the create form method

    i am trying to add an module to a form when i press a button here is my code so far Dim db As DAO.Database Dim frm As Form Dim mdl As Module Dim lngReturn As Long Dim ctr1 As Control Dim ctr2 As Control Dim frmResize As New clsFormResize Set frmResize = New clsFormResize Set...
Top Bottom