BoulderRidge,
Thanks for the information.
Could you please write down the query structure that you try to achieve? Is it something like below? (i would like to simulate it on my side)
SELECT fact.*
FROM connectionDB2.myFactTable as fact
LEFT JOIN connectionMSAccess.myDimTable as dim on dim.colKey = fact.colKey
WHERE fact.Category = 'abc123'
Also could you please try the example in the latest TDP release (v4.2)? Do you have a PC where you can try that or are you running this dev environment on some shared production server? I just want to ensure we do not reinvent the wheel.
Martin