Author Topic: VBA with MS Access  (Read 3406 times)

0 Members and 1 Guest are viewing this topic.

Bill Tillman

  • Guest
VBA with MS Access
« on: August 31, 2012, 03:12:07 PM »
OK, I'm still learning lots on VB.NET and have found it to work great...until I run into the mixed AutoCAD environment at one of my clients. They have AutoCAD 2005, 2009 and 2013. And .NET code I write for 2009 will not work for 2005 or 2013 and vice-versa.

So today, I was pleasantly surprised to find that VBA will talk to all three versions without issue and I completed a nice VBA project which allows the users to open a template, set the scale, etc... So, now I will try and replace my nice VB.NET interface with their Access database with one written in VBA. I assume it can be done or am I dreaming again?