Hi Iam using 3 tables to make my dropdown lists working ( Color , Size and Type )
The first steps works i Find my color
I 2:nd Dropdown i can choose my type depending of color choise in dropdown 1
i 3:d i am trying to make choise of Size getting problem

And my code is
Filter((tblSizeChoise ;Color =ddColor.Selected.Value).Type && Type = ddType.Selected.Value).Size
In my tblSizeChoise i have all the filelds Color , Type and Size , but in my code i fid one value but right based on choise .