Trying to get syntax right with doing a like clause in ASP. I have the user input any amount of characters meaning they can either enter the first letter or the entire agency name that they wish to find. I need a query that takes what they enter and search the database for these characters. Please advise how I can do this within ASP to avoid errors. Thanks.