S
Steve Warren
I have a table with data in a field that i need to eliminate every thing
after a forward slash example
What I have
B36/ch
B3036/ch
D20TH/gg
What I want is
B36
B3036
D20TH
I have about 400k records that I need to do.
I know how to use Trim, Len in a query but that doesn't help.
Can you help me?
Thank you
after a forward slash example
What I have
B36/ch
B3036/ch
D20TH/gg
What I want is
B36
B3036
D20TH
I have about 400k records that I need to do.
I know how to use Trim, Len in a query but that doesn't help.
Can you help me?
Thank you