Pyro
Too busy to comment
- Local time
- Tomorrow, 07:55
- Joined
- Apr 2, 2009
- Messages
- 127
Hi,
I am trying to run a remote query that looks in a database that is in the same directory as the Back End of my main database.
In VBA i can run that sql and connect to the database using a function:
However i cannot come up with a rendition of this that will work in the SQL of a regular query.
Any thoughts?
I am trying to run a remote query that looks in a database that is in the same directory as the Back End of my main database.
In VBA i can run that sql and connect to the database using a function:
Code:
SELECT...
FROM tablename
IN """ & MyDBPath & "MyDBName.accdb""
WHERE
However i cannot come up with a rendition of this that will work in the SQL of a regular query.
Any thoughts?