The Only way I know of is using Source Database & Source Connection Str in the Properties window in Query Desginer. (These enable you to connect to a table on a remote source file).
Create a link to the foreign table and then do a select query with all fields from both tables.
Be sure to join them on appropriate fields though or you will get a cartesian product of the two tables (ie for every row in table a you will get one row from table b)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.