The Access Help in 2007 goes
from dbVersion40 to dbVersion120. Based on this thread, it sounds
like dbVersion40 is Access 2000. If I want to force
CreateDatabase to make Access 2002-2003, what dbVersion do I need
to use?
The dbVersionXX constants are not *Access* versions, but *Jet*
versions. dbVersion40 is Jet 4.0. dbVersion30 is Jet 3.0. I'd expect
there to be a dbVersion35 for Jet 3.5 (the version that shipped with
Access 97).
The Jet version for Access 2000, 2002 and 2003 remained the same,
i.e,. Jet 4.0. Now, there are version-specific formats for each of
those versions of Access, but the differences between A2000, A2002
and A2003 databases are *not* in Jet, but in the Access project
(i.e., VBA). So, for CreateDatabase, you would use dbVersion40 for
all three.