For my linked select list, I can’t seem to get this to work…
For my business, I have three tiers of connected items in my hierarchy:
- Customer
- Project
- Item
Customers order Projects, which produce Items.
Each of these items is a table, and has linked relations to the other two. In other words: the Item column has a linked Project and Customer column, and so on and so forth.
What I want is for the Customer column to show ALL Customers in the dropdown … UNLESS Project is not blank, then it shows ONLY the Customer linked to that Project in the dropdown. Same in reverse: Project should show ALL Projects, UNLESS Customer is blank, then it shows ONLY the Projects ordered by that Customer.
Basically:
if [Project Column] = blank, show all [Customer]; else show only [Customer] where [Project] = [Project Column]