IN() Expression using a Parent Ref as the Source Column

I have a referenced table that I am trying to perform a Required IF expression in.

IN([Type], {“Controller Image”, “Traffic Signal”})

"When the Column [Type] which is in the main source table called "master’ has the value of “Traffic Signal” I want the column “Controller Image” to be required. This column is in a referenced table called “images”

My problem s the “Controller Image” column isn’t in the same table as the “Type” Column.

Not sure on how to write the expression

0 2 120
2 REPLIES 2

Assuming “Master” table is parent table and “Images” the child table and “Controller Image” column is in the “Images” ,

please try in the required if of the “Controller Image” column an expression something like below

[Name of Reference Column That references the "Master Table].[Type] = “Traffic Signal”

Please post back if the parent , child table relationship is otherwise.

Yes! Thank you for clarifying it. It is now working.

Top Labels in this Space