There are five combo boxes cbo1,chbo2,cbo3,cbo4,cbo5. The user is suppose to select a choice from each combo box and when a button is clicked a textbox is suppose to produce a cost and your selection.
e.g. P L E A S E S F A
txt1= PLEASEFA cost=$13.00
Im just trying to get the textbox working(txt1) I used this code
If cbo="P" AND cbo2 ="L" And cbo="E" And cbo4="A" And cbo5-"SFA" then txt1="PLEASESFA"
End if
End sub
This isnt working Do you all have any idea why not?
Also is there any easier way to do this because i have alot of selections in these combo boxes which means loads of combinations.
e.g. P L E A S E S F A
txt1= PLEASEFA cost=$13.00
Im just trying to get the textbox working(txt1) I used this code
If cbo="P" AND cbo2 ="L" And cbo="E" And cbo4="A" And cbo5-"SFA" then txt1="PLEASESFA"
End if
End sub
This isnt working Do you all have any idea why not?
Also is there any easier way to do this because i have alot of selections in these combo boxes which means loads of combinations.