I need help with the following expression:
I have a table of contacts which column B is a enum with 2 possible choices (Client and Employee) and Column D = to list of companies which is a REF to another table (where our company “Ecolgroup” is also listed).
I would like that one someone is editing or inserting a new contact and select “Employee” as the enum choice of column B, our company is automatically selected for column D.
How should I write the expression and where?
thanx