Advertisement
Ortund

Untitled

Mar 26th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Try this...
  2.   Dim a, b As String
  3.   a = TextBox1.Text
  4.   b = (TextBox2.Text)
  5.   Select Case a
  6.     Case "Julius B. Tanguilig":
  7.       TextBox2.Text = "09268862690/425673"
  8.     Case "Jodel D. Avendano":
  9.       TextBox2.Text = "09053146571/432467"
  10.     Case "Mara Grantoza":
  11.       TextBox2.Text = "09357648907/423094"
  12.     Case Else:
  13.       TextBox2.Text = String.Empty
  14.   End Select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement