Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by QuagmireMan

  1. QuagmireMan

    text box input

    sorry, i think this is what you may want Private Sub Txtanswer_KeyPress(KeyAscii As Integer) If Txtanswer.Text = "hello" Then End End If End Sub
  2. QuagmireMan

    text box input

    i would also move you end below rather than after the "then" Private Sub txtanswer_Validate Event () if txtanswer.text="hello" then end End Sub I'mnot sure about the valid event though.

Part and Inventory Search

Back
Top