I would like to create a field in a Microsoft Access query that does the following:
If Right([Manager],5)="Funds", then remove "Funds", If Right ([Manager]),3)="Fds", then remove "Fds". Is there a way to easily remove x number of characters when a condition is met as in the above example? Thanks in advance for any help!
If Right([Manager],5)="Funds", then remove "Funds", If Right ([Manager]),3)="Fds", then remove "Fds". Is there a way to easily remove x number of characters when a condition is met as in the above example? Thanks in advance for any help!