How to show more columns while adding information using Ref_Rows

I have table โ€˜vehiculosโ€™ which have four columns โ€˜ID_VEHICULOโ€™, โ€˜Marcaโ€™, โ€˜modeloโ€™, โ€˜aรฑoโ€™. And I have table โ€˜preciosโ€™ which have two columns โ€˜ID_PRECIOโ€™, โ€˜vehiculoโ€™, this last one is related with table โ€˜vehiculosโ€™ using REF_ROWS with a virtual column, the idea itโ€™s be able to select a vehicle of table โ€˜vehiculosโ€™ while adding a new row in table โ€˜preciosโ€™ but in the dropdown input mode I can only see the value of โ€˜marcaโ€™ And I need also be able to see โ€˜modeloโ€™ and โ€˜aรฑoโ€™. How can I do this?

Solved Solved
0 2 186
1 ACCEPTED SOLUTION

Youโ€™ll need to concatenate together the multiple columns into a single column that is marked as the Label. See this article:

View solution in original post

2 REPLIES 2

Youโ€™ll need to concatenate together the multiple columns into a single column that is marked as the Label. See this article:

Thank you so much @Marc_Dillon, it worked perfectly!

Top Labels in this Space