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 Shaun E 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 cdhill82083

  1. cdhill82083

    How to search between two tables in VB6

    Okay, the between operator is not what I need. I'm looking for something more in the way of say: User inputs a number into txtNum, command button executes SQL statement to find record that matches the following criteria then populates labels with the corresponding data. strSQL = SELECT * FROM...
  2. cdhill82083

    How to search between two tables in VB6

    Thanks johnwm! I will check into this and keep you updated. cdhill82083
  3. cdhill82083

    How to search between two tables in VB6

    I am trying to develop an application that searches between a range of numbers in an access database. I am having trouble figuring out how I would write the SQL query for this or what would be the best way to perform this search? I am not very familiar with database programming in vb6 yet, but I...

Part and Inventory Search

Back
Top