scotthutchings
Registered User.
- Local time
- Yesterday, 16:09
- Joined
- Mar 26, 2010
- Messages
- 96
I have a variable length project number from which I need to extract just the numeric portion. How do I determine the location of the first alpha character?
Location = InStr(MyField,???)
Location = InStr(MyField,???)