J
james.burden
Hi there,
I have recently been writing my own database's for my company and have
founds these posts to be very helpfull for the problems that i have
hit. Unfortunatly i have hit one problem that i can not find the
solution for.
I have written a query so that when i click a button it runs and asks
me for the part number of a field. It works fine other than the case.
The tables are from a ODBC databse from another peice of software. All
the information has been written in uppercase and my databse will only
show results if the caps lock is on when inputting the search
criteria. I can not change the records in the ODBC so it is down to my
database.
Is there a way around this?
My query has the following criteria in it
Like "*" & [Part Number] & "* "
I want it to ignore the case in the tables and look for what is
entered when the part number is entered
i.e. a search for cn000100 will return no results and and search for
CN000100 will return 1 result.
I have another problem with a query when searching for description but
i think i might be able to sort that out when this problem is sorted.
Burden
I have recently been writing my own database's for my company and have
founds these posts to be very helpfull for the problems that i have
hit. Unfortunatly i have hit one problem that i can not find the
solution for.
I have written a query so that when i click a button it runs and asks
me for the part number of a field. It works fine other than the case.
The tables are from a ODBC databse from another peice of software. All
the information has been written in uppercase and my databse will only
show results if the caps lock is on when inputting the search
criteria. I can not change the records in the ODBC so it is down to my
database.
Is there a way around this?
My query has the following criteria in it
Like "*" & [Part Number] & "* "
I want it to ignore the case in the tables and look for what is
entered when the part number is entered
i.e. a search for cn000100 will return no results and and search for
CN000100 will return 1 result.
I have another problem with a query when searching for description but
i think i might be able to sort that out when this problem is sorted.
Burden