Hi
I have a design issue, that I could use some input on.
I have a table (construction budget) linked to my main table (main budget)
I also have 3 other tables (sub budget a,b and c) - they are related to main table (main budget) and table (construction budget)
I can link a sub budget to a construction budget and a main budget - this is working fine with the relations.
My problem is when I access construction budgets.
I want to filter the list depending on what the item belongs to (sub budget a,b, and c). So I should have some sort of relation back from construction budget to sub budget a, b and c right?
I would prefer to have a drop down where I could select what table the item was linked to (sub budget a,b and c) but I don't know how to accomplish this. Any suggestions?
Thanks