I have a search feature on my clients form. One unbound box is used by the underlying query to find client by last Name. The expression used in the query is:
Like ("*" & [Forms]![Clients Add/Edit]![TextLname] & "*")
The problem is that if I type in the first 3 letters os a name, I get a return of all names with those letters in it as opposed to the names beginning with thos letters. Cna you help me right an expression that will acccomplish what I need? Thanks
Like ("*" & [Forms]![Clients Add/Edit]![TextLname] & "*")
The problem is that if I type in the first 3 letters os a name, I get a return of all names with those letters in it as opposed to the names beginning with thos letters. Cna you help me right an expression that will acccomplish what I need? Thanks