Enum with values from 2 tables?

Hi, I want to know if there is a way to get values for a valid-IF in an enum column from 2 tables

eg:Item either sent to a 3rd party company or another branch, 3rd Party companies stored in one table โ€œCourier Companiesโ€ and other branches stored in another table โ€œBranchesโ€

Any help would be greatly appreciated.

Solved Solved
0 3 194
1 ACCEPTED SOLUTION

Yes, you could try in valid_if

Courier Companies[Company] +Branches[Branch Name]

Assumes [Company] and [Branch Name] are identical type of columns -such as Text or Name

View solution in original post

3 REPLIES 3

Yes, you could try in valid_if

Courier Companies[Company] +Branches[Branch Name]

Assumes [Company] and [Branch Name] are identical type of columns -such as Text or Name

Worked like a charm thank you very much! I had no idea you could use it this way

You are welcome. For reference

Top Labels in this Space