SolerPower
New member
- Local time
- Yesterday, 18:41
- Joined
- Oct 29, 2013
- Messages
- 6
Hello
I’m working on a section of code that when a user clicks a button it looks at a table called TBLVersion and increments the version number. The version number format is 1.0.1 what I need the code to do is increment the last digit by one for example to “1.0.2”. I got the flowing code to work in excel but could not figure out how to translate it to access. Any help would be awesome.
=LEN(A1)-SEARCH(".",A1,SEARCH(".",A1)+1)
=RIGHT(A1,B1)
I’m working on a section of code that when a user clicks a button it looks at a table called TBLVersion and increments the version number. The version number format is 1.0.1 what I need the code to do is increment the last digit by one for example to “1.0.2”. I got the flowing code to work in excel but could not figure out how to translate it to access. Any help would be awesome.
=LEN(A1)-SEARCH(".",A1,SEARCH(".",A1)+1)
=RIGHT(A1,B1)