Permabanned
- Joined
- 28 Oct 2006
- Posts
- 6,552
- Location
- Bournemouth
right, i have 2 combo boxes and i want the code to be like this
this is the English equivalent of what i want to happen
if combo1.text = a and combo2.text = b then output.caption = c * input.text
combo1 would be selected
combo2 also selected
c is a predefined number
input is a number entered by user
output would be the result
now i know this code doesn't work, for i have tried it, but i need a bit of code that does what i want
i am using vb6 btw
thanks in advance
FN
this is the English equivalent of what i want to happen
if combo1.text = a and combo2.text = b then output.caption = c * input.text
combo1 would be selected
combo2 also selected
c is a predefined number
input is a number entered by user
output would be the result
now i know this code doesn't work, for i have tried it, but i need a bit of code that does what i want
i am using vb6 btw
thanks in advance
FN