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 strongm 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. GreenwoodKevin

    Populating a list box from multiple values in a field

    I'm having a problem with code similar to this. ---------------------------------------------- Private Sub cmdFind_Click() Dim answer As String Dim rowCount As Integer Dim counter As Integer rowCount = ListOrders.ListCount - 1 answer = InputBox("Enter the sales order to search...

Part and Inventory Search

Back
Top