Look up value from column in another table

Answered

Hi - I have figured out how to query my database, and get fields from the database that I am querying (for instance item.column_3).

If column_3 is linked to a record n a different table, how do I get the output result to be the 4th column from the second table? I tried something like this which did not work:

item.column_3.table2_colum4?

5 replies