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

  • Users: LarsonK
  • Order by date
  1. LarsonK

    Beginner's Question(s)

    Jerry, I'm trying to do just this on my Access database. Could I get some insight into how to do this. I have a set up three combo boxes that query down through information and now i need to know how to get the information related to the record to populate. Thanks for in suggestions Karen
  2. LarsonK

    populate related fields based on a combo box

    I'm trying to populate a text field based on a combo box. I tried using the suggestion of Sarah28 This is my code: Dim strFilter As String strFilter = "BuildingNo =" & Me!cmbBuildingNo Me!txtBuilding = DLookup("BuildingName", "tblBuilding", strFilter) this is...

Part and Inventory Search

Back
Top