DBEngine.Version property (DAO)
Applies to: Access 2013, Office 2013
Rreturns the version of DAO currently in use. Read-only String.
Syntax
expression .Version
expression A variable that represents a DBEngine object.
Remarks
The return value is a String that evaluates to a version number in the form "major.minor". For example, "3.0". The product version number consists of the version number (3), a period, and the release number (0).