Microsoft
Software
Hardware
Network
Question : Video examples for Inner join with 2 databases
Does anyone have any links to show how to INNER join 2 tables from 2 different databases ?
Thanks
fordraiders
Answer : Video examples for Inner join with 2 databases
This is straightforward if those two databases are on the same server , all you need is to use a 3 part names for the objects
SELECT a.*
FROM database1.schemaName.Table
Name a
INNER JOIN Database2.SchemaName.Table
Name b ON a.Somekey = b.SomeKey
Random Solutions
How do I access another column of data in a ComboBox?
Counting the number of time an item occurs with another event
Get all realted downloads to a subcategory
Access 2007 Slow on Subforms
SBS 2008 iis7 problem
Access VBA
Access Form with labels can't cycle through labesl in vba code. Original labels recognized but not newly added labels.
Using rtrim in my query
.net framework 3.5 install hangs
Access 2007 Master-Detail Report Question