The Refresh Command
Your code should look
like this: Private Sub begins the procedure. End Sub ends it. In
between, type Refresh.
Private Sub
GenreCombo_AfterUpdate()
Refresh
End Sub
Save your
changes and test the form. When you select drama, did you get
around 127 movies with that genre?