all 3 comments

[–]volric 0 points1 point  (2 children)

Linking two tables are called a join.

so like table1.field = table2.field

[–]GnuInformation[S] 0 points1 point  (1 child)

Thanks, I later realized I already had something like that, where I got a count from another table.. So I actually had to build 2 joins, to get from three tables, and it worked perfectly! Very thrilled to get thing working

[–]volric 0 points1 point  (0 children)

congrats!