Rather than using linked tables try writing a query like this:
SELECT * FROM table_name IN 'otherdatabase.mdb'
This will let you query a table in another datbase. You can use physical or relative paths.
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.