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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.