Hi,
I am trying to use a button in Access to open a GIS map, but this is new to me. My code is:
Private Sub Command48_Click()
Shell "ArcMap.exe J:\GISProjects\Irrigated Lands\SpecialProjects\18_GrowerParticipation\onfar mtest.mxd", vbNormalFocus
End Sub
When I use the button, I get an error "Run-time error '53': File not found" Any help sorting this out would be appreciated.