Question
Find first 3 letters with Form search?
Greetings
I have a search form in which the user types the first 3 letters of a word - the results should display only those words that begin with the letters.
What would the correct SQL format be to accomplish this?
WHERE myword LIKE '%#Trim(FORM.Keyword)#%' ?
Thanks in advance.
I have a search form in which the user types the first 3 letters of a word - the results should display only those words that begin with the letters.
What would the correct SQL format be to accomplish this?
WHERE myword LIKE '%#Trim(FORM.Keyword)#%' ?
Thanks in advance.
