Can anyone show me how to remove the last six characters from a string? I am able to identify te last 6 using this: (RIGHT(string,6))... however now I need to be able to remove those last six characters.
Thanks in advance.
Thanks in advance.