A family of Microsoft relational database management systems designed for ease of use.
I'm not sure what version of Northwinds you are using, but in the most recent, there is no CategoryID field in the Products table.
But , as XPS and George, suggest, a CategoryID field indicates that it may be an Autonumber foreign key. So you need to look in the table and find out what that field is and what datatype it is. If it is a number datatype, than a comparsion with text or using the LIKE operator won't work.
Als, when asking a question just saying it doesn't work doesn't help us help you. We need to know EXACTLY what happens when you run the query, any error messages or what.