can't compile access application in access 2000

J

jerry

Created an MDB on winxp using officexp. Copied to another machine with
winxp and office2000. When I open and try to compile I get errors on the
office 2000 project. Can I move down in office and get itto work ?
 
K

Ken Snell [MVP]

Did you use features that are in ACCESS 2002 but not in ACCESS 2000? The
default format for ACCESS 2002 is 2000, but that doesn't stop you from using
2002-specific features in the code and design...unfortunately, 2000 cannot
compile such features.

Only fix is to modify the database to eliminate 2002-specific stuff.
 
Top