racemadnss
Registered User.
- Local time
- Yesterday, 23:54
- Joined
- May 18, 2004
- Messages
- 58
Im building a database for a company that has a Client # for each Client and a Job # to go with the client
Client# 200 - Job# 002 '2nd job for that client
Ex:
200-002 '2nd job for that client
200-003 '3rd job for that client
When a new job comes in for that client(200) they will get a new Job# 003
Is there a way a Numeric field can handle the 0's in the front? or will I need to use Text format?
Right now I am trying to use text format
But I cant figure out a good way to convert the Text to Numeric, Increase the Number by 1, then convert it back to text with the 0's.
Hope my question makes sense
Client# 200 - Job# 002 '2nd job for that client
Ex:
200-002 '2nd job for that client
200-003 '3rd job for that client
When a new job comes in for that client(200) they will get a new Job# 003
Is there a way a Numeric field can handle the 0's in the front? or will I need to use Text format?
Right now I am trying to use text format
But I cant figure out a good way to convert the Text to Numeric, Increase the Number by 1, then convert it back to text with the 0's.
Hope my question makes sense