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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. phillipcounce

    Retrieving form values

    Try This instead Dim strusername as string, strpassword as string 'txtusername.setfocus strusername = txtusername.value 'txtpassword.setfocus strpassword = txtpassword.value This will read the contents of the text box with forceing you to set the focus

Part and Inventory Search

Back
Top