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 Whereismyhammer

  1. Whereismyhammer

    Code won't run twice - Run time error 462

    Brilliant! I now have a fully functional application linking spatial data in ArcMap to a report in Access. Here is the new code for the procedure to quit Access: Private Sub QuitAccess_Click() 'Create the Access object Dim oAccess As Object Set oAccess = GetObject("C:\My...
  2. Whereismyhammer

    Code won't run twice - Run time error 462

    I am trying to create a command button in ArcMap 9.3.1 that closes any MS Access applications that are currently open. The code works fine the fist time it is run but if I try to run it a second time I get the following error: "Run-time error '462': The remote server machine does not exist or...

Part and Inventory Search

Back
Top