If you’ve ever found the perfect code sample to use in a project, but found it was written in C# and you need VB.NET or vice-versa, there are several quick, free, easy tools you can use to do your translation for you (assuming you are not bi-lingual or you just don’t have the time to invest in re-writing the code.) Here are a few of the more popular:
How to Build an Error Handler in Access VBA
Dealing with errors in VBA code, especially in Access, is a vital part of setting up procedures. If nothing else, an error-handler can give the user a better idea of what’s glitching, if something does. And having a message box come up to give the …