George Too
Registered User.
- Local time
- Today, 01:50
- Joined
- Aug 12, 2002
- Messages
- 198
Hello all,
I need help building a number. My table has a field which can hold any of three values:
1. a four digit number incremented by one or
2. a combination of a four digit number plus a letter at the end or
3. the word 'INFO'
I want to be able to generate the next available number. I have been using the Left() function but it obviously only returns 'INFO'
as the highest number.
How can I get a real number instead of 'INFO'?
Thanks,
I need help building a number. My table has a field which can hold any of three values:
1. a four digit number incremented by one or
2. a combination of a four digit number plus a letter at the end or
3. the word 'INFO'
I want to be able to generate the next available number. I have been using the Left() function but it obviously only returns 'INFO'
How can I get a real number instead of 'INFO'?
Thanks,