H
Hermione
HI
I have 4 combo box in my form and I want to filter each combo box depending
what the user choose in the others combo box
My case is very compilcated, I hope you can help me:
Example:
Combo1
Combo2
Combo3
Combo4
If the user choose a value in Combo1 I have to filter combo2, combo3 and
combo4 and taking the value in combo 1 as criteria
When the user choose the combo 2 I have to filter combo3 and combo4 and
taking the value in combo 1 and combo2 as criteria
When the user choose the combo 3 I have to filter combo4 and taking the
value in combo 1 and combo2and combo3 as criteria
my problem is when the user choose the value of the 4 combo box, and after
he wants to change the value in one combo box, I loose all the information
Please help how can I do it:
For the combo box I use combo1.rowsource = MyQuery
Thanks
I have 4 combo box in my form and I want to filter each combo box depending
what the user choose in the others combo box
My case is very compilcated, I hope you can help me:
Example:
Combo1
Combo2
Combo3
Combo4
If the user choose a value in Combo1 I have to filter combo2, combo3 and
combo4 and taking the value in combo 1 as criteria
When the user choose the combo 2 I have to filter combo3 and combo4 and
taking the value in combo 1 and combo2 as criteria
When the user choose the combo 3 I have to filter combo4 and taking the
value in combo 1 and combo2and combo3 as criteria
my problem is when the user choose the value of the 4 combo box, and after
he wants to change the value in one combo box, I loose all the information
Please help how can I do it:
For the combo box I use combo1.rowsource = MyQuery
Thanks