migrating code from access 2000 to 2002

T

tdubius

Are there any major language changes that occured between access 2000 and access 2002? We have a module that was written in access 2000, and will now not work in 2002.
 
J

John Vinson

Are there any major language changes that occured between access 2000 and access 2002?

No major ones, no. 2002 is a bit pickier than 2000 about SQL query
syntax, but the VBA code isn't that much different.
We have a module that was written in access 2000, and will now not work in 2002.

Please post the code and an indication of what doesn't work.
 
Top