Till of now i was using accee built in import method to import access table from ( access database) into sql server.However now i have to do it from my front end( that is access, Code in VBA).
or ,
I'm guessing that i need to establish a connection to the selected database, and then query a specific table, and load the contents into sql server.
or ,
I'm guessing that i need to establish a connection to the selected database, and then query a specific table, and load the contents into sql server.