Combining fields from difference tables to cr...

Combining fields from difference tables to create a drop down list in another table

Hello,

I have two tables. One is Agreement types, the other is project document types. I want to join to fields to create a dropdown box in a third table.

How do I do this?

0 2 310
2 REPLIES 2

tony1
New Member

+Tyson Carmichael Use a valid_if in your column with a formula that looks like this:

AgreementsTable[Name column] + DocumentsTable[Name column]

@tony great. Thanks Tony

Top Labels in this Space