↧
Listing Object Library Reference Information in MS Access
When writing documentation for a Microsoft Access application, it's often important to provide information for on the object library references, especially for those apps that depend heavily on 3rd...
View ArticleExport Modules to Text Files in Microsoft Access
I was recently asked to review the code differences between two Access databases. One was the then-current production version of the database. The other was a version that was being modified with...
View ArticleVB.Net Converting Number to Words
I found some example code on the Microsoft site at http://support.microsoft.com/kb/213360 that shows how to convert a decimal number to words using VBA. This type of code is specially useful for...
View Article