![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to write a line of code to check the version of MS Access being used by my clients, some of which have multiple versions installed. I am distributing my application as an Access 2002 runtime, but want to know what they're running it on. -- Bob Darlington Brisbane |
#3
| |||
| |||
|
|
Try: SysCmd(acSysCmdAccessVer) (and SysCmd(acSysCmdRuntime) to see whether or not they're using the runtime) -- Doug Steele, Microsoft Access MVP http://www.AccessMVP.com/djsteele Co-author: "Access 2010 Solutions", published by Wiley (no e-mails, please!) "Bob Darlington" <bob (AT) notheredpcman (DOT) com.au> wrote in message news:4c648086$0$316$afc38c87 (AT) news (DOT) optusnet.com.au... I want to write a line of code to check the version of MS Access being used by my clients, some of which have multiple versions installed. I am distributing my application as an Access 2002 runtime, but want to know what they're running it on. -- Bob Darlington Brisbane |
#4
| |||
| |||
|
|
Thanks Douglas. Just what I needed. -- Bob Darlington Brisbane "Douglas J. Steele" <NOSPAM_djsteele (AT) NOSPAM_gmail (DOT) com> wrote in message news:i41vg0$cnu$1 (AT) news (DOT) eternal-september.org... Try: SysCmd(acSysCmdAccessVer) (and SysCmd(acSysCmdRuntime) to see whether or not they're using the runtime) -- Doug Steele, Microsoft Access MVP http://www.AccessMVP.com/djsteele Co-author: "Access 2010 Solutions", published by Wiley (no e-mails, please!) "Bob Darlington" <bob (AT) notheredpcman (DOT) com.au> wrote in message news:4c648086$0$316$afc38c87 (AT) news (DOT) optusnet.com.au... I want to write a line of code to check the version of MS Access being used by my clients, some of which have multiple versions installed. I am distributing my application as an Access 2002 runtime, but want to know what they're running it on. -- Bob Darlington Brisbane |
![]() |
| Thread Tools | |
| Display Modes | |
| |