Detect Database Version prior to opening db
From: Olgun (Olgun_at_discussions.microsoft.com)
Date: 12/06/04
- Next message: KennethCampbell3: "Re: Access text box"
- Previous message: John Vinson: "Re: Bound endless subform"
- Next in thread: Stephen Knapp: "RE: Detect Database Version prior to opening db"
- Reply: Stephen Knapp: "RE: Detect Database Version prior to opening db"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Dec 2004 10:41:07 -0800
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.
- Next message: KennethCampbell3: "Re: Access text box"
- Previous message: John Vinson: "Re: Bound endless subform"
- Next in thread: Stephen Knapp: "RE: Detect Database Version prior to opening db"
- Reply: Stephen Knapp: "RE: Detect Database Version prior to opening db"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|