I'm useing ACCESS 2000.<br>I'm tring to get a 'like' select statement(Select Name from Table where UserID like '0321*') from VB6 using ODBC, and It doesn't work.<br>I put the same select statement at access query form, and It works.<br>If I Use a 'like' select statement feel with '%' in the length of the variable, it works fine (select Name from Table where UserID like '0321%%%%%'), but it not a good way a program should look like...isn't it?!<br><br>Is there a bug in VB6 ODBC access to Miscrosof Access?!<br>