CreateObject "Access.Application.10"
- by Daniel
I have two Access versions installed:
Microsoft Access XP (aka 2002, aka version 10.0)
Microsoft Access 2007 (aka version 12.0)
Wenn I let an Application run in Microsoft Access XP and call
Dim o As Object
Set o = CreateObject("Access.Application.10")
Debug.print o.version
This returns
12.0
instead of 10.0! Solutions anybody? I don't get this.