I want to export a small table to a SQL Server on a recurring basis, and then run an ADODB connection (or something else if something else works better) against the SQL Server to be able to compare the exported table against a couple existing SQL tables.
Am I on the right path with this, and what is the best way to export from Access to a SQL server, via VBA. I specifically want to do the whole thing in code.
I'll probably find while digging that I already have learned how in the past, but I just can't remember.
Thanks for any thoughts/suggestions.
--
"If to err is human, then I must be some kind of human!" -Me
Am I on the right path with this, and what is the best way to export from Access to a SQL server, via VBA. I specifically want to do the whole thing in code.
I'll probably find while digging that I already have learned how in the past, but I just can't remember.
Thanks for any thoughts/suggestions.
--
"If to err is human, then I must be some kind of human!" -Me