Leo_Polla_Psemata
Registered User.
- Local time
- Today, 05:27
- Joined
- Mar 24, 2014
- Messages
- 364
Hi
With this function
Left("NameOfField", InStr(1, "NameOfField"," ",vbTextCompare))
I find the first space in a string and then Left.
What should I type if I wanted to find the position of first number in this string?
With this function
Left("NameOfField", InStr(1, "NameOfField"," ",vbTextCompare))
I find the first space in a string and then Left.
What should I type if I wanted to find the position of first number in this string?