drop down displaying one value

I have a field of type ref. It references a table whose headers are SIZE, HEIGHT, AND WEIGHT. Right now when I select the drop down it only displays the SIZE. I would like to display the SIZE, HEIGHT, and WEIGHT columns for the row as well. 

Thanks,

Booyah

Solved Solved
0 1 60
1 ACCEPTED SOLUTION

In the referenced table, you could create an additional column that simply concatenates the 3 field's values or joins them in some fancier way.

View solution in original post

1 REPLY 1

In the referenced table, you could create an additional column that simply concatenates the 3 field's values or joins them in some fancier way.

Top Labels in this Space