Hi, I have an excel formula to get the first word from a sentence.
=LEFT(CellName,FIND(" ",CellName)-1)
Example:
I want to use this in Microsoft Access to find the first word from a particular field by using calculation column.
Can anyone guide me how to use this?
Thank you