I have a table where each field has two or three extra letters at the beginning of each entry. I simply want to do an update query that removes the unnecessary letters. Each field has the exact same two (although some fields have three) letters on each entry. For example all of field1 (Column1 if you were looking at it as a table) has CNSOUTH. Field two has OEMNORTH, and so on. I want to have the query go in and remove the first two letters (or three as the field has them). I am ok with it replacing them with spaces if necessary as I have built many a replacement queries that remove spaces. I just cannot seem to get this to work and not sure why.
Tried several variations of
Replace([Field1],XXXXX)
Thanks for any advice.
Tried several variations of
Replace([Field1],XXXXX)
Thanks for any advice.