J
jvman
Hi all,
I have 2 combo box that list family products and product names and the
list come from the same table, lets say Table product. Now i want to
synchronize between this two box such that everytime i choose different
option on family product box, the list on product name box will also change,
because at the moment eventhough i pick another from the family box, it wont
change anything on product name box. by the way this is the table(simplified)
ID family prod prod name
1 A pen
2 A pencil
3 A ruler
4 B eraser
5 B bag
6 C phone
7 C calculator
so for this example there are 3 items on the family prod box and 7 items on
prod name box. let say now i choose A and in prod name box will list out 3
items of it.Then when i change A to B, prod name box still lists out the item
belong to A.
So how am i going to solve this problem? i know it deal with macro or module
but i couldn't find it anywhere.Please help!
regards,
jv
I have 2 combo box that list family products and product names and the
list come from the same table, lets say Table product. Now i want to
synchronize between this two box such that everytime i choose different
option on family product box, the list on product name box will also change,
because at the moment eventhough i pick another from the family box, it wont
change anything on product name box. by the way this is the table(simplified)
ID family prod prod name
1 A pen
2 A pencil
3 A ruler
4 B eraser
5 B bag
6 C phone
7 C calculator
so for this example there are 3 items on the family prod box and 7 items on
prod name box. let say now i choose A and in prod name box will list out 3
items of it.Then when i change A to B, prod name box still lists out the item
belong to A.
So how am i going to solve this problem? i know it deal with macro or module
but i couldn't find it anywhere.Please help!
regards,
jv