I would like to know if it is possible (and, if so, how) to run a query in MS Access where the query lives in a file outside of the mdb. e.g. Say I have:
foo.mdb
bar.sql
I would like to open foo.mdb and run bar.sql from the MS-Access session.
Can this be done?
If so, how?