I am trying to extract just a substring from a string in access. I want to do like the following:
fullstring = "john"
partstring = .....how do i get part of the string - for example read the last two digits to have partstring = "hn"
Thanks in Advance.
fullstring = "john"
partstring = .....how do i get part of the string - for example read the last two digits to have partstring = "hn"
Thanks in Advance.