I have a table with the field SchoolName. This field has School names such as: Park View Hs, Herndon Hs, Broad Run Hs. I would like to get the Hs to be HS (both letters Capitalized)
I was trying to use:
Right([SchoolName],2) = "HS"
But it is changing the entire field to -1
Why is this happening, and how can I fix it?
Beth
I was trying to use:
Right([SchoolName],2) = "HS"
But it is changing the entire field to -1
Why is this happening, and how can I fix it?
Beth