The user wants to just type in the first 3 characters of a field and return
all those that start with "ABC"
Actually, rather than going the code route, I just created a SQL view of my
table and added a new column of just the left 3 so I can search that way and
can bypass the %like% issue.
"S.Y.M. Wong-A-Ton" <SYMWo...@discussions.microsoft.com> wrote in message
news:C7DB732A-D831-47D5...@microsoft.com...