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 Mike Lewis 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. littledude

    combobox property

    i have a combobox that only lists one option instead of all of them. I have stepped through the code and it gets all of the info i need, but only displays the last one. If Not rs.EOF Then Do While Not rs.EOF Me.cboBox = rs.Fields(2) rs.MoveNext Loop...
  2. littledude

    can't figure out how set where clause [ field] as a varible

    a = Me.cboSearch.Value sSQL = "select * from [tblLessee] where [a] = '" & Me.txtSearch & "' " ors.Open sSQL, oConn, adOpenStatic, adLockReadOnly

Part and Inventory Search

Back
Top