W
Wind54Surfer
Hi all,
I am using the following:
If Me.txtDescription > "" Then
varWhere = varWhere & "[Description] LIKE """ & Me.txtDescription &
"*"" AND "
to search but have two problems:
1-doesn't work with uppercase words
2-doesn't work unless using "*", if word is in middle of sentence
I adapted the code from a sample found in the web, don't know how to make
changes.
Can someone help me.
Thanks in advance,
Emilio
I am using the following:
If Me.txtDescription > "" Then
varWhere = varWhere & "[Description] LIKE """ & Me.txtDescription &
"*"" AND "
to search but have two problems:
1-doesn't work with uppercase words
2-doesn't work unless using "*", if word is in middle of sentence
I adapted the code from a sample found in the web, don't know how to make
changes.
Can someone help me.
Thanks in advance,
Emilio