how can I tell which version a user is running

W

whtsthpnt

I would like to lock out folks from a shared 2000 db who
are running 20902 or 2003 on their machines...is there a
way to test for their version?
 
D

Douglas J. Steele

SysCmd(acSysCmdAccessVer) should return 9.0 for users running Access 2000,
10.0 for users running Access 2002 and 11.0 for users running Access 2003.
 
Top