Search results

  1. P

    Runtime error 5

    This is not a shortcut issue. On the file server there a 4 relationalship databases with a switchboard to log of and go between each one. Example is when I am on the productivity database and I go back to the switchboard to go to the employee database, the error occurs when I switch databases...
  2. P

    Runtime error 5

    Here is the entire code, I find it strange that this error only occurs with 64bit Windows. Private Function FindAccessFileLocation() As String On Error Resume Next 'this is to handle server utilization, as well as client machines Dim varReturnValue As Variant varReturnValue =...
  3. P

    Runtime error 5

    Then why does that error only occur on machines using 64bit Windows?
  4. P

    Runtime error 5

    The code below is highlighted (just the blue) Private Sub OpenDatabaseFile(strDatabaseName As String, strDatabasePath As String) Shell Chr(34) & FindAccessFileLocation & Chr(34) _ & " " & Chr(34) & strDatabasePath & strDatabaseName & Chr(34), vbMaximizedFocus DoCmd.Quit...
  5. P

    Runtime error 5

    Myself and one other user are getting this error when using a switchboard to go from one database to another. As soon as we switch databases a 'runtime error 5' 'invalid call or argument' appears. No other users get the error at all. The difference is that everyone else is using 32bit windows...
Back
Top Bottom