O
Olgun
Hi,
I am working on developing an access db that will be shared among multiple
users. Many people that will be using this app have both access 97 and access
2000 running on their machine. I am trying to figure out a way to detect the
version through vba, prior to getting the standard error message that access
produces if you try opening lets say a v97 db where your default db is set to
v2000 etc..
I can get the version of the db on a Form Load event with either
Application.CurrentDb.Version or SysCmd(acSysCmdAccessVer), but at this
stage the database is already open.
Ultimately I want to prevent users from trying to open and corrupt the
database, if they have access 97 setup as their default db.
Any response would be appreciated.
I am working on developing an access db that will be shared among multiple
users. Many people that will be using this app have both access 97 and access
2000 running on their machine. I am trying to figure out a way to detect the
version through vba, prior to getting the standard error message that access
produces if you try opening lets say a v97 db where your default db is set to
v2000 etc..
I can get the version of the db on a Form Load event with either
Application.CurrentDb.Version or SysCmd(acSysCmdAccessVer), but at this
stage the database is already open.
Ultimately I want to prevent users from trying to open and corrupt the
database, if they have access 97 setup as their default db.
Any response would be appreciated.