Birdman895
Registered User.
- Local time
- Today, 04:06
- Joined
- Apr 19, 2012
- Messages
- 62
I have a text field that has a value in it something like this;
PACTS11233 or FED11233. I need to display the letters in one textbox, and the numbers in another textbox, both in a form and report.
It is always 3-6 letters and 5 numbers.
I can use Right() function for the numbers. But since the number of letters varies I can't use the Left() function.
Any help?
PACTS11233 or FED11233. I need to display the letters in one textbox, and the numbers in another textbox, both in a form and report.
It is always 3-6 letters and 5 numbers.
I can use Right() function for the numbers. But since the number of letters varies I can't use the Left() function.
Any help?