Microsoft
Software
Hardware
Network
Question : Joining Tables from Separate DB Connections in an SQL Query
Hi All,
I need assistance with putting together a proper SQL statement for use in Access which would allow me to join two tables, each resident in a different DB (represented by DAO connections).
I've been able to write working queries on single tables by specifying the connection in the query statement. For example:
"SELECT * FROM tablename IN 'dbPathAndName';"
To solve my problem I've tried wiriting queries like:
"SELECT * FROM tablename IN 'dbPathAndName' LEFT JOIN tablename2 IN 'dbPathAndName2' ON tablename.Field1 = tablename2.Field2;"
but have run into syntax errors.
Is what I am trying to accomplish even possible in Access using DAO db connection objects?
Answer : Joining Tables from Separate DB Connections in an SQL Query
using vba codes to relink the tables, see this link
Relink tables from different datasources
http://www.mvps.org/access
/tables/tb
l0012.htm
Random Solutions
redundancy for windows 2003 server files
I just used System Restore to restore the Windows XP OS on my Dell D830 laptop to an earlier point in time; now the network card drivers are disabled & can't be reloaded
Server 2008 "this setting is not compatible with computers running windows 2000 on server" local security settings
Google Maps mashup question
Demoting Primary Domain Controller will delete my users??
manipulating components
Difference between the way a sql query is written
Image as link...how to allign to text bottom?
Script for counting files in a directory
Can I look up a value in a table to include in my result set?