Have the RowSource for your Building based on the Jurisdiction Combobox, and requery it when Building is changed.
For example, on the AfterUpdate event of the Jurisdiction Combobox (named cJurisdiction here)
Code:
Me.cBuilding.RowSource = "SELECT * FROM tblBuilding WHERE JurisdictionID = " & Me.cJurisdiction
Me.cBuilding.Requery
There's more elegant ways to do it, but that's the best way I can describe it using code only, and at this time of the day
Steven
I am a loud man with a very large hat. This means I am in charge