I was recently working on a project where I wanted to include a LIKE parameter query in my VB SQL statement. When I looked up how to do it in the MSDN library and other reference materials I found that they all said the same way to do it. I tried their way. Two hours later the statement still wasn?t working. After taking a break, to re think the statement, I decide to take a look at how Access used LIKE parameters in SQL. From the way Access showed the Like statement was a little different thanall of the other reference materials that I have at my disposal. All my sources except for Access were a little off in the way SQL looks at the Like statement. Has anyone else found little problems like this for VB 6.0?