Donate SIGN UP

Pass Through Query from MS Access to SQL Server 2000

Avatar Image
TheUnderTow | 15:06 Tue 19th Sep 2006 | Technology
4 Answers
I am trying to run a pass through query from access to update a table in SQL Server, the query requires a join from the SQL table to a table in Access. I cannot seem to get the query to recognise the Access table, does anyone know the code to be able to do this. I am trying to speed up the process instead of using a linked table which is quite slow.
Gravatar

Answers

1 to 4 of 4rss feed

Best Answer

No best answer has yet been selected by TheUnderTow. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I don't think you can join an Access table to a SQL Server table via pass through queries. I was under the impression pass through queries operate purely on SQL Server. You may be better off writing some VBA to do this.
Question Author
I can definitely query SQL Server from Access (Query - SQL Specific - Pass Through Query - Properties - ODBC Connection String) it's just joining tables that I'm having trouble with. Fair do's if it can't be done but it's strange that I can get so far and then no further...
Yes, you can query SQL Server from Access, but joining to an Access table will not work (as the table isn't on the sql server).

As I said, you can use VBA to get the data from sql server and then use that to work on the Access tables.
Question Author
Sorry - just read the first answer properly! I go back to the drawing board...

1 to 4 of 4rss feed

Do you know the answer?

Pass Through Query from MS Access to SQL Server 2000

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.