I changed it to:
Me.Filter = "[Genre:]='" & Me.cmbByGenre & "'"
Then I got rid of the apostrophe in 80's and now it works.
Crazy. I thought I could use any characters in the value list but I guess the computer gets confused. Anyway thanks for the quick response.