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

  1. jb1099

    Combo Box conundrum

    The row source for the room combo box is: SELECT tblBuildings.pkBuildings, tblRooms.txtRoom FROM tblBuildings INNER JOIN tblRooms ON tblBuildings.pkBuildings = tblRooms.fkBuildingID WHERE (((tblBuildings.pkBuildings)=[forms]![frmAdd].[numBuilding])) ORDER BY tblRooms.txtRoom; the code for the...
  2. jb1099

    Combo Box conundrum

    Verified that event is on After update on the building combo box, but when room is selected from the list, still only selects first item in the list.
  3. jb1099

    Combo Box conundrum

    I am using two combo boxes to allow the entry of the location of an inventory item. The first combo box uses a query to populate all the building numbers. The second box will then allow the user to select only the rooms that are available from the first combo box selection. Combo box buildings...

Part and Inventory Search

Back
Top