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?

+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