CreateObject "Access.Application.10"

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-06-01T08:40:12Z Indexed on 2010/06/01 8:43 UTC
Read the original article Hit count: 274

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.

© Stack Overflow or respective owner

Related posts about ms-access-2007

Related posts about ms-access-2002