I’ve been migrating a few databases away from Access recently, moving towards more stable RDMS’. I thought I’d quickly share 2 bits of code that I created to try and simplify the process. These are geared towards exporting to MySQL, but can easily be adapted to any RDMS of your choosing with minor tweaks.
I didn’t like the idea of using random applications found online for which I have no clue what’s under the hood, how or what is being done with the data… So I set off to create a ‘simple’ VBA solution myself.
Both of these bits of code are not polished off (don’t even have error handling!), and don’t support all the data types, but for me that isn’t a concern as I don’t use attachments, multivalued fields, … (One more reason never to use them in the first place, they make exporting much more complicated)


