Table references with condition

Hello,
I have two tables as Workers and Area
How can i show only employed workers in dropdown menu at Area Form.

Workers Table
Name_______WorkType_________Uneployed
Jack L.------------Forester-----------------------N
Nick B.-------------Planter------------------------Y
Frank D.-----------Planter------------------------N

Area Form
Dropdown List Elements
Jack L.
Frank D.

0 1 256
1 REPLY 1

Ami
Bronze 5
Bronze 5

In the valid_if use a select expression, something like: Select(workers[Name],[Unemployed]=FALSE)

Top Labels in this Space