Populate field in child table from parent table

tvinci
New Member

The images table is a child of the delineatedLocations table.

When someone uploads a picture to the images table, I would like the Name, Driver, and Route fields to be populated with values from the delineatedLocations table that correspond to that location.

How do I do this?

Thank you

0 4 303
4 REPLIES 4

How your images table connected to delineatedLocations table? If itโ€™s a reverse ref, you can create a Virtual Column with REF type to your delineatedLocations table and you can then you can de-ref the column values from parent. If itโ€™s not reverse ref, than you can simply de-ref the values.

Okay so what youโ€™re saying is that I create a virtual column in images with this formula:

And then how do I โ€œde-ref the column values from parent?โ€

@tvinci

Thank you LeventK. I tried what you suggested but I donโ€™t know why itโ€™s not working. I even tried looking at the sample app.

Top Labels in this Space