September 2018

MS Access VBA Basics – Video 1

In this post, I’m going to attempt to update the MS Access Tutorial series you have probably seen elsewhere on this site. So in this post I will show you the VBE, Visual Basic Editor, and some basic ways to use VBA code in your application. VBA is essentially a way of extending the functionality […]

Continue Reading

How To Calculate Date Intervals With VBA DateAdd

One of my clients ask me to design a little utility to operate like the Outlook appointment recurrence feature. This the first basic step, so I wanted to share how I did it. I have a basic form where I’ll probably be adding more variables, but the functionality basically works like this: I have an […]

Continue Reading