G Guest Nov 3, 2004 #1 I am migrating from Access97 to 2000. Do you have any supplements to distinguish between the two versions?
I am migrating from Access97 to 2000. Do you have any supplements to distinguish between the two versions?
A Allen Browne Nov 3, 2004 #2 You want to know in code which version is running? This works in any version: ? SysCmd(acSysCmdAccessVer) If you want to know the kinds of issues you should be aware of, see: Converting from Access 97 to 2000, 2002 or 2003 at: http://members.iinet.net.au/~allenbrowne/ser-48.html
You want to know in code which version is running? This works in any version: ? SysCmd(acSysCmdAccessVer) If you want to know the kinds of issues you should be aware of, see: Converting from Access 97 to 2000, 2002 or 2003 at: http://members.iinet.net.au/~allenbrowne/ser-48.html