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!

Recent content by unknownop

  1. unknownop

    Multiple combo boxes

    sorry to be ignorant but is this typed in the expression builder or as a query??? " Dim mssql as String mssql = "SELECT * FROM tbl_stock " mssql = mssql & "WHERE ((tbl_stock.M_Name) = """ mssql = mssql & me.Combo1 & """);&quot...
  2. unknownop

    Multiple combo boxes

    Hello, I have already searched the past threads that people have sent about using multiple combo boxes, but I cannot use the theory in the answers to these posts to sort out my situation. For an A-Level project, I am building a database for stock management.In a customer order form, I have 2...

Part and Inventory Search

Back
Top