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 TouchToneTommy 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: *

  • Users: NewProg
  • Content: Threads
  • Order by date
  1. NewProg

    populating text box

    Hi! I'm calling a function that should populate my part description text box if a part number matches a previous description. I'm getting an invalid use of Null error when I run it. Following is the code: Private Sub EtcPartNum_LostFocus() fillDescript End Sub --------------------- Sub...
  2. NewProg

    Filling Text Boxes from table data

    I'm new to VBA. I have a form where the user inputs a part number and I want the description to pop up in the text box if the part has been entered before. I have used Visual Basic and done this but I'm having a real problem with VBA. In VB I had a command button that searched and filled the...

Part and Inventory Search

Back
Top