Can you solve this one?
I'm having very unusual problems with not being able to get VB code in access to work with linked SQL Server tables.
For one, I'm able to link all the SQL Server tables to Access DB without a problem. I even tested each link by viewing data in each linked table in Access. However, when I'm running VB code in Access form and executing Access query that attempts to delete a record from a single linked table, I get an error 'could not find linked table'.
In another approach; I tried to program a connection via a connect string (ADODB.connection), this results with a similar error "could not find linked table; Kernel". My Kernel is of the 32 bit version.
Would anyone have an idea of what the problem is, or how to go about finding the solution for this?
Anyones input or help is much appreciated.
Thank You Very Much.
I'm having very unusual problems with not being able to get VB code in access to work with linked SQL Server tables.
For one, I'm able to link all the SQL Server tables to Access DB without a problem. I even tested each link by viewing data in each linked table in Access. However, when I'm running VB code in Access form and executing Access query that attempts to delete a record from a single linked table, I get an error 'could not find linked table'.
In another approach; I tried to program a connection via a connect string (ADODB.connection), this results with a similar error "could not find linked table; Kernel". My Kernel is of the 32 bit version.
Would anyone have an idea of what the problem is, or how to go about finding the solution for this?
Anyones input or help is much appreciated.
Thank You Very Much.