Hello All,
I am using a form control to look up a part number in a ODBC connected table. The right hand part of the string is “-9” for the part numbers I want returned. The hard part is that there is some spaces at the end of the number. I would like to say that there will always be 4 spaces but I cannot say for sure. So…… Is there a way to strip off the spaces at the end of the string and then look for anything that has the “-9”??? Here is an example of one of the part numbers (four end spaces included):
050-10029-9
Thanks,
Mark