|
Barbara
Starting Member
USA
4 Posts |
Posted - 07/06/2012 : 20:25:39
|
Hi,
I have many queries in my VBA code where I'm using Dim db as Database Set db = CurrentDB
Of course, that no longer works since my tables are now in SQL server. Should I be using ADODB.connect with an ODBC connect string or is there another way to modify my code?
Thanks! Barbara |
|