Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 selecting table in pass through query

Author  Topic 

priscilla
Starting Member

1 Post

Posted - 2004-07-09 : 00:20:28
Hi

How to select a Excel Linked table in SQL Pass-through Query in Access?



Thanks

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2004-07-11 : 19:56:59
The same way you do it in Query Analyser.

SELECT *
FROM EXCEL...SalesData

Where EXCEL is the name of the linked server and SalesData is the name of the linked table/object

Test out your query in QA, then transfer it to Access when it works.




Go to Top of Page
   

- Advertisement -