How can I create a Table to Table Rule when the join between the source and the target tables are like:

from Sourcetable 
join Table1 on Table1 .fkSourcetable  = Sourcetable.PK
join Table2 on Table2 .fkTable1  = Table1.PK
join Targettable  on Targettable.fkTable2  = Table2 .PK

mbolufe
0

Comments

3 comments

Add comment

Please sign in to leave a comment.