I have a table that has a product ids. All of these product ids are now changing to have two sometimes three additional characters at the end. How do I append chars to the end of an existing field using an access query.
Product id
-----------
abcd12
bcde13
cdef14
New Product id:
---------------
abcd12-E3
abcd12E3
bcde13-E3
bcde13E3
Product id
-----------
abcd12
bcde13
cdef14
New Product id:
---------------
abcd12-E3
abcd12E3
bcde13-E3
bcde13E3