jpkeller55
Technical User
I have a table that stores spanish verbs wordsAll.tbl. I am trying to make a query that will delete the last two letters of the word leaving the "root". For example:
Word Remove Root
caminar -ar camin
hablar -ar habl
comer -er com
vivir -ir viv
I am guessing it would take a combination of Trim or Left/Right commands but am unsure how to go about since the root may have different lengths. The amount to be removed would always be the same...the last two letters.
Thanks for any help!
Word Remove Root
caminar -ar camin
hablar -ar habl
comer -er com
vivir -ir viv
I am guessing it would take a combination of Trim or Left/Right commands but am unsure how to go about since the root may have different lengths. The amount to be removed would always be the same...the last two letters.
Thanks for any help!