G
Guest
I have this question posted on the ESRI forums as well but with not much help
yet so I thought I would look for input here as well.
post at ESRI:
http://forums.esri.com/Thread.asp?c=93&f=992&t=215526&mc=0
From ArcGIS I call Access and try to set a public variable for a form to
check when it opens. This is the code:
'Open Access and pass the where clause to a public variable
AccessApp.OpenCurrentDatabase "C:\traffic\traffic.mdb", False
AccessApp.Visible = True
'AccessApp.DoCmd.OpenForm "ordersunbound", acNormal, , , , acWindowNormal
AccessApp.Run "ModulPassVar", sOut
I get the error in ArcGIS that it can't find the procedure 'ModulPassVar'
If anyone has any suggestions I would greatly appreciate it,
I need to pass this variable to access at this point I don't care how.
Thanks in advance
Ken
yet so I thought I would look for input here as well.
post at ESRI:
http://forums.esri.com/Thread.asp?c=93&f=992&t=215526&mc=0
From ArcGIS I call Access and try to set a public variable for a form to
check when it opens. This is the code:
'Open Access and pass the where clause to a public variable
AccessApp.OpenCurrentDatabase "C:\traffic\traffic.mdb", False
AccessApp.Visible = True
'AccessApp.DoCmd.OpenForm "ordersunbound", acNormal, , , , acWindowNormal
AccessApp.Run "ModulPassVar", sOut
I get the error in ArcGIS that it can't find the procedure 'ModulPassVar'
If anyone has any suggestions I would greatly appreciate it,
I need to pass this variable to access at this point I don't care how.
Thanks in advance
Ken