I have syncronized two combo boxes, running the following event procedure "after update" in the first combo box:
Private Sub cboDepartment_AfterUpdate()
Me.cboJobCode.Requery
End Sub
Private Sub Form_Open(Cancel As Integer)
With Me...
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.