mahmed1
Well-known Member
- Joined
- Mar 28, 2009
- Messages
- 2,302
- Office Version
- 365
- 2016
- Platform
- Windows
Hi All,
I have created a connection to an Access database using the query wizard
I have 6 tables that are connected to this same database but the parameters are different on each 1
now when I refresh the Connection for each 1 it takes all in all around 1 min to refresh all..
If I was to right some VBA code to retrieve data from access and paste into the relevant tables, which 1 is quicker as with VBA I am opening the connection just the once...where as refreshing all the connections I’m assuming connects several of times...
I know there is so much more flexibility with VBa but wanted to know if it is as quicker
hopefully someone can explain
thank you
I have created a connection to an Access database using the query wizard
I have 6 tables that are connected to this same database but the parameters are different on each 1
now when I refresh the Connection for each 1 it takes all in all around 1 min to refresh all..
If I was to right some VBA code to retrieve data from access and paste into the relevant tables, which 1 is quicker as with VBA I am opening the connection just the once...where as refreshing all the connections I’m assuming connects several of times...
I know there is so much more flexibility with VBa but wanted to know if it is as quicker
hopefully someone can explain
thank you