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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.