Basically what I want to do is create an update script in my access db that will drop an entire table from a remote mysql db and then copy the corresponding table (updated) from the access db to the mysql db. Can anyone give me some pointers or know of any existing scripts?
Hello,
I'm fairly new to VBA and Access in general, but I have some questions regarding using VBA to pull info from a remote MySQL db into an Access db. (Almost all of my experience is in Web and Database Development) Basically I'm wondering if there are any resources that describe, in...