ACCESS sql question: I have different length data in a field and I want to remove all the data in the string that is to the right of the '-' a dash. I can find the len of the string and I can find the position of the '-', but cannot seem to complete the syntax for the complete use
ex: 32A23-001 or 24A-002 or 312-01
I want to retreive the data before the dash only.
ex: 32A23-001 or 24A-002 or 312-01
I want to retreive the data before the dash only.
Comment