L
lesleyann76
Anyone know the syntax for a select query of a table outside of the
current db I am operating from.
For instance, let's say I am working out of SunsetForms.Mdb and am
writing a query to SunsetMainDB.Mdb file. How would I write that
query? And, do I need to establish some sort of permanent connection
to it upon an open event or something?
I get stumped after this attempt:
SELECT JobName
FROM Master_Jobs;
How would the query know where the "Master_Jobs" table is if it is
outside the the database which is running the query?
Thanks for any help you can give me.
Lesley.
current db I am operating from.
For instance, let's say I am working out of SunsetForms.Mdb and am
writing a query to SunsetMainDB.Mdb file. How would I write that
query? And, do I need to establish some sort of permanent connection
to it upon an open event or something?
I get stumped after this attempt:
SELECT JobName
FROM Master_Jobs;
How would the query know where the "Master_Jobs" table is if it is
outside the the database which is running the query?
Thanks for any help you can give me.
Lesley.