3 tables, all many-to-many, want conditional Dropdowns
Problem:
3 tables, Tables 1 & 2 are many-to-many, Tables 2 & 3 are many-to-many
I want a Company, Group, and Department dropdown. I want to be able to select Company from a drop down and have the Group dropdown conditional based on the Company. Once Group is selected, I want the Department field to be conditional based on the Group choice.
As an example
Companies
100 (Associated Groups 500 and 501)
101 (Associated Groups 500 and 501)
Groups
500 (Associated Companies 100 and 101, Associated Departments 1000 and 1001)
501 (Associated Companies 100 and 101, Associated Departments 1000 and 1001)
Departments
1000 (Associated Groups 500 and 501)
1001 (Associated Groups 500 and 501)
I have been trying to use this knowledgebase item, but I can't figure it out. https://help.quickbase.com/user-assistance/?&_ga=2.177122149.1586778128.1515171895-2081853587.1513556162#conditional_dropdowns_basic_setup.html
Any help would be much appreciated!