I would like to use a wildcard on this search for a user's last name. I know i can use the LIKE command, but i am not sure where to add it. If there is another way to do wildcard search could you please let me know. Thanks

Altecjjf VB5

Select * from Customers where ContactLastName = '" & UserInputByLastName & "'"

Thanks