I have a column with street addresses in MS Access. I need to remove the “st”, “nd”, “rd”, and “th” from the e.g., 21st, 32nd, 33rd, 44th… and keep the numbers…
Any ideas how can I do this?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
Val()function could be useful here. It will read digits from a string until it encounters a character which it doesn’t recognize as part of a number. See the help topic for more details.