I am using Access 2000 with VB6 and I am trying to use the LIKE operator....and it is not working for me. The sql statement is: "SELECT lastname, firstname from PERSONS WHERE lastname like '*SM*'" I was expecting the results to include any record with 'lastname' having the string "SM" in it. However, each time I use the LIKE operator, I get zero records selected. Is the LIKE operator supposed to work with Access2000/VB6?