Thread: Multiple Thens
View Single Post
Old Feb 13th, 2006, 9:22 PM   #1
FredVietnam
Newbie
 
Join Date: Feb 2006
Location: Northern Kentucky
Posts: 9
Rep Power: 0 FredVietnam is on a distinguished road
Send a message via AIM to FredVietnam Send a message via MSN to FredVietnam
Question Multiple Thens

i have one if and i am wanting to insert multiple thens how could i go about doing this?

For Example

Quote:
Private Sub Cmd.Start_Click()

If Combo.Text = 1 Then MsgBox Text1.Text

End Sub
how would i add more thens to this one IF ?
FredVietnam is offline   Reply With Quote