Hello, I have a program that logs websites visited by the computer. The User, Time, Date, and Website are all stored in an SQL database table (tblInformation). I also have a banned list stored in tblBannedWords. How would I write a query that looked at each tblInformation record, and checked to see if tblInformation.Website contained one of the banned words in tblBannedWords.Words?