In either Access XP or Access 2003, the VBA Application.version property will
return the currently running version (10.0 or 11.0, respectively). How do you
retrieve the version from Access 97 or Access 2000 (8.0 or 9.0, respectively)?
Thanks
Vern Rabe
david@epsomdotcomdotau - 31 Aug 2006 23:33 GMT
application.syscmd(acSysCmdAccessVer)
(david)
> In either Access XP or Access 2003, the VBA Application.version property will
> return the currently running version (10.0 or 11.0, respectively). How do you
> retrieve the version from Access 97 or Access 2000 (8.0 or 9.0, respectively)?
>
> Thanks
> Vern Rabe