Hi, can’t get my head round this one – can anyone help. I have two combi boxes Select 1 and Select 2. Select 1’s underlying table has 4 items id’d A, B, C and D. Select 2 has 10 items id’d 1:10.
What I am trying to do:
If Select1.Value = A then I want to show 1:10 in Select 2. If Select1.Value = B Then I want to show value 1 only, If Select1.Value = C OR D then I want to show values 1, 3 and 5. I have been trying to code as an After Update event on the Select 1 combi, but am not having any success as my syntax is not good. Can anyone help please? Many thanks.