I want to execute SQL from excel to access. Run update, insert and select queries from excel to access. I have done this before with 2003, but with 2010 I think I am running into issues with connection strings lining up correctly with the reference library. Although I understand VBA pretty good, I don't know much about library and connection strings. I am not sure what reference library to select to go with my connection strings. I keep getting errors on connect like file not found or missing driver. Its like it cannot see the access database.
2010 is newer so there is less code on the web to copy. This is a very simple app. I am just missing something simple little to make it work and I don't know what it is. Please help.
I am hoping for a short simple piece of code from sub to exit sub and to know the references to go with it. I can make the code pretty late
2010 is newer so there is less code on the web to copy. This is a very simple app. I am just missing something simple little to make it work and I don't know what it is. Please help.
I am hoping for a short simple piece of code from sub to exit sub and to know the references to go with it. I can make the code pretty late