Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by stateofjustin

  1. stateofjustin

    VBA Code runs in Full Access 03 but crashes 03 Runtime

    I added this for troubleshooting purposes: On Error GoTo PROC_ERR PROC_ERR: MsgBox "Error: (" & Err.Number & ") " & Err.Description, vbCritical This returns a (0) which is supposed to mean no error. Crashes anyway.
  2. stateofjustin

    VBA Code runs in Full Access 03 but crashes 03 Runtime

    Process: Open program (it is usually an .mde) Program opens maximized Click on minimize button in program: ______________________________________ Private Sub cmdMin1_Click() fSetAccessWindow (SW_SHOWMINIMIZED) End Sub ______________________________________ Program minimizes and crashes when...

Part and Inventory Search

Back
Top