L
littlegreenmen1
i am trying to find a way to resize a combo box depending on how man
possible choices there are. for example, i have a combo box (cb#1
that allows me to select from a list of vendors. the drop down size o
this box stays constant. then in the second combo box (cb#2) a list o
materials is displayed. my problem is that not all vendors have th
same number of materials. so if i select vendor A (who has
materials) in cb#1, then i would like cb#2 to have a drop down lin
amount of 3. then if i pick vendor B (who has 100-item long list)
would need the drop down line amount to be 100. right now it's set fo
the maximum number of drop down lines which is a bit overkill if there'
only 3 items. i dont know if it matters but i'm using the combo bo
from the form toolbar not the control toolbar. any help on my dilem
would be much appreciated. thank you in advance
possible choices there are. for example, i have a combo box (cb#1
that allows me to select from a list of vendors. the drop down size o
this box stays constant. then in the second combo box (cb#2) a list o
materials is displayed. my problem is that not all vendors have th
same number of materials. so if i select vendor A (who has
materials) in cb#1, then i would like cb#2 to have a drop down lin
amount of 3. then if i pick vendor B (who has 100-item long list)
would need the drop down line amount to be 100. right now it's set fo
the maximum number of drop down lines which is a bit overkill if there'
only 3 items. i dont know if it matters but i'm using the combo bo
from the form toolbar not the control toolbar. any help on my dilem
would be much appreciated. thank you in advance