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 Chris Miller 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. py7jcn

    Update while typing in Access97

    The On Change event is indeed triggered each time a key is pressed along with a few other events, but the problem is that the control's value isn't updated until the user presses enter or the carat leaves the control. The only solution I can think of is to parse each individual keypress's...
  2. py7jcn

    Update while typing in Access97

    I want a text control to update while the user is typing so that I can make a form similar to the Index tab on Windows help. It seems sensible to use the 'On Key Press' event, but I can't get it to update the control's value until the user presses enter. If anyone knows how to do this, please...

Part and Inventory Search

Back
Top