exact syntax depends on which database you are using and how you are calling it (ADO?), but in general you can do "begins with" by using LIKE along with whatever wildcard your db supports (generally %), example
... where CC_CONCAT_CODES LIKE '" & CSTCODE & "%'"
hth
Phil
|