hey Dina, I donno what r u doing exactly but let me try to halp as what I've got.
U can assing a variable to each letter u gave to your combo boxes, and give each one a value of 0
so u have 9 variables.
then within the script of every combo boxes u add the number u want to the variable, i.e
in youe example
Ex: Combo #1=A value=1 variableA1 = 1
Combo #2=E value=5 variableE2 = 5
Combo #3=I value=9 variableI3 = 9
CheckBox=True=20
--------------------------
Out put must be" 35 " variableSum = 20 + variableA1 +variableE2 +variableI3
this is a way,
or if u want just to calculate the output only, u may make one variable with a value of "20" the with each chosec from the combo boxes u add a spacified value to it, then make a button that shows that value to a text box
Hope that helps
__________________
â€* GOD Is Near â€*
Questions Don't PM for Questions . Thanks
An eye for an eye, make the whole world blind
_____________________________________________GHANDI
Last edited by farafiro; 06-27-2002 at 05:26 AM.
|