Query search

J

Jim

In my drastic search to solve this issue, I finally found
the problem. All the text is UpperCase in the table, and
I need to type this in when searching. However, is there
a way to type in lowercase and still have the correct
result?

Thanks again,
Jim
 
J

John Vinson

In my drastic search to solve this issue, I finally found
the problem. All the text is UpperCase in the table, and
I need to type this in when searching. However, is there
a way to type in lowercase and still have the correct
result?

If you're certain that the text in the .dbf file will always be upper
case, use a criterion like

UCase([Enter search term:])
 
J

Jim

Thank you John,
I made that change and it works. I will have to make sure
they use the uppercase.

Jim
-----Original Message-----
In my drastic search to solve this issue, I finally found
the problem. All the text is UpperCase in the table, and
I need to type this in when searching. However, is there
a way to type in lowercase and still have the correct
result?

If you're certain that the text in the .dbf file will always be upper
case, use a criterion like

UCase([Enter search term:])



.
 
J

John Vinson

Thank you John,
I made that change and it works. I will have to make sure
they use the uppercase.

If you set up a search form, the user need not be concerned about
case... right??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top