Hello;
Weird question (at least for me) concerning record locks on VBA query searches using a text string. I have a text (combo) box on an unbound form that triggers a VBA query, that creates a recordset, which populates a form. The issue I'm experiencing is the user can select from about 10 names to search on. All name searches work fine, but when one user selects a name that is similar to a name that another user selects, they get a record lock error. Retrying the search in a few minutes returns the same error. However, if that same user selects a different name, the search run fine. The only thing the two name gave in common is the first 3 letters of the two different names, are the same. Is it possible that Access only looks at the first few letters of name and locks any subsequent search for a name similar?
Thanks...