l83
07-14-2003, 07:42 AM
i'm trying to link from an access form to an SQL project database on my server (..i need to pull two tables from there). I'm using an "on click" event from a button to try to accomplish this. I keep getting a "run time error 13" at this part of my code...
Set conSDB = wrkODBC.OpenConnection("", , , "ODBC;").
this error occurs after i choose the project of interest. any help would be appreciated.
:o
Set conSDB = wrkODBC.OpenConnection("", , , "ODBC;").
this error occurs after i choose the project of interest. any help would be appreciated.
:o