In a rostering database, I am using the following to list "Stewards" who are available to work (in a venue for a performance). These are displayed in an unbound text box called lstSteward.
Private Sub cmbPerformance_AfterUpdate()
If IsNull(cmbPerformance) Then
lstSteward.RowSource...