Access 2013
I have a database open and a form with a button to accomplish the following:
1. open another database instance
2. import Excel files into db2
3. close the other database instance
I'm using the following code:
Dim appAccess As Access.Application
Set appAccess = New...