Hi,
I have a field in Access table with values such as
1. abc
2. efg
.......
10. ijk
It has two spaces between the numbers and the string, which is uniform. I want to eliminate the numbering and just retain characters. How to identify the space between the single digit numbers and the double digit, in order to run a update query?
Or should i use InStr() function to identify the position of the first occurrence of a string?

I have a field in Access table with values such as
1. abc
2. efg
.......
10. ijk
It has two spaces between the numbers and the string, which is uniform. I want to eliminate the numbering and just retain characters. How to identify the space between the single digit numbers and the double digit, in order to run a update query?
Or should i use InStr() function to identify the position of the first occurrence of a string?
