Placed it in the SQL: Open new query in design view> go to View> SQL >
SELECT T2.ACC, T1.TERR
FROM T2 LEFT JOIN T1 ON T2.ACC = T1.ACC;
It auto build table relationship between tables in access 2003. My understanding is that this is not permanent relationship and is usually not visible in access 2007 and up.
Additionally, it is important to note that we have to delete any existing relationships between table T1 and T2 to execute the query above.
Could you confirm this, Malcolm?
Works with little name modifications!
You are a genious!
Thank you so much!
Thanks sent!
Last edited by JoeBB; October 24th, 2012 at 01:01 PM..
|