Hi Guys,
How do i query tables from 2 different databases using "JOINS" and without doing a "link" from the other database.
I can do this:
SELECT TblName.* FROM TblName IN 'c:\DB\DBName.mdb'
I tried to add a JOIN but it says syntax error FROM...Please help
Thanks
How do i query tables from 2 different databases using "JOINS" and without doing a "link" from the other database.
I can do this:
SELECT TblName.* FROM TblName IN 'c:\DB\DBName.mdb'
I tried to add a JOIN but it says syntax error FROM...Please help
Thanks