May 20, 2003 #1 balor Programmer Joined Jul 24, 2000 Messages 74 Hi, Can I with vba-code check what version of Access the user is using?
May 21, 2003 2 #2 chickey Programmer Joined May 20, 2003 Messages 65 Location IE The access version number can be retrieved using the following: vAccessVersionNumber = SysCmd(acSysCmdAccessVer) Returns: 7 is Access 95 8 is Access 97 9 is Access 2000 10 is Access 2002 Regards... Upvote 0 Downvote
The access version number can be retrieved using the following: vAccessVersionNumber = SysCmd(acSysCmdAccessVer) Returns: 7 is Access 95 8 is Access 97 9 is Access 2000 10 is Access 2002 Regards...