I have a question.
Suppose i have three tables
Table a
a_id
name
add
Table b
a_id
c_id
applied
Table C
c_id
name
Now using n-n relation how can i show applied field of table b.I am using set-table as table a.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 09 November 2013 - 12:27 PM
I have a question.
Suppose i have three tables
Table a
a_id
name
add
Table b
a_id
c_id
applied
Table C
c_id
name
Now using n-n relation how can i show applied field of table b.I am using set-table as table a.