TableA
fldOne – text field w/ 10 or 11 characters
fldTwo – Will always be the Right 7 characters of fldOne
fldThree – Left 3 or 4 characters of fldOne (depending on how many characters in fldOne)
I need to write an update query that says:
If fidOne has 10 characters update fldThree with Left 3 characters from fldOne
If fldOne has 11 characters update fldThree with Left 4 characters from fldOne
Thanks as always for your help.
Michael