The code shown works until I come to a name with an apostrophy such as "Carroll O'Conner" then I am getting a blank. Any solutions?
ThanksCode:SeriesList.RowSource = "SELECT [TVID], [TVSeries], [Overall#], [Season], [SeasonNum], [Title], [Director], [Writer], Format([DateAired],'ddd-mmm d/yyyy'), [Plot]" & _ "FROM TVEpisodeListQ WHERE (Writer) LIKE '" & WriterCmb & "';"
Jim O