alt
10-10-2007, 02:12 PM
Okay. I have 3 tables.
table1
-------
ohlink | ptlink
table2
-------
ptlink | colink
table3
-------
colink | name
=======================
I want to be able to find table3.name from matching the "colink" in table2, which has to look at the ptlink from table1 based on the ohlink field.
Does that make sense?
table1
-------
ohlink | ptlink
table2
-------
ptlink | colink
table3
-------
colink | name
=======================
I want to be able to find table3.name from matching the "colink" in table2, which has to look at the ptlink from table1 based on the ohlink field.
Does that make sense?