I want to use access 2000 and 2003 databases in access 2010. Since I don't want to check if everythings's working manually I am looking for a tool that analyzes VBA code for errors or compatibility issues that occur using access 2010 (or if available at least access 2007).

link|improve this question

80% accept rate
For the VBA code part, is Debug->Compile from the Visual Basic Editor's menu unsatisfactory? – HansUp Oct 7 '11 at 16:01
I don't have access 2010 installed locally so I can't do that. Since I still need access 2003, and I've read about problems with installing two versions of access. – Pedro Oct 7 '11 at 16:22
3  
The most reliable check is to actually try it with Access 2010. If you don't have physical machine available, use a virtual machine. – HansUp Oct 7 '11 at 16:40
2  
I haven't heard of such a tool; you may yet get an answer if there is. However, even if a tool existed, I would address its suggestions, then test the changes myself with the client's Access version before sending it along to the client. At the very least, I get more useful problem descriptions than the client would submit. And I want to do everything I can to shield the client from errors in the first place. – HansUp Oct 7 '11 at 17:17
1  
Running both versions of Access is no problem. Give Acc2k3 elevated rights and it's even smoother. Only drawback is the windows installer, which comes every time you start 2010. – dwo Oct 11 '11 at 13:45
show 3 more comments
feedback

1 Answer

up vote 3 down vote accepted

See utility here and explanations here.
And the enternal refrain: COMPILE ! Before and after migrating.

link|improve this answer
thanks, thats a useful tool, although it does not analyze the code for issues. – Pedro Oct 7 '11 at 15:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.