B
bdtmike
I have multiple versions of Access installed on my PC. For my
automation project is there a way to create an application object for
a specific version of Access?
In other words,
something like this:
dim o as object
set o= createobject("Access10.Application")
I know the above code doesn't work but you get what I'm trying to do...
automation project is there a way to create an application object for
a specific version of Access?
In other words,
something like this:
dim o as object
set o= createobject("Access10.Application")
I know the above code doesn't work but you get what I'm trying to do...