M
Matt Campbell via AccessMonster.com
I need to add a 3 digit number to text using code.
For our customer account code we use the first 3 letters of the business name,
followed by a 3 digit number.
For each combination of letters they start with 100 and increment by 10s.
Example:
AAA100
AAA110
AAA120
ABA100
ABA110
BBA100
etc
How would I write the code to create this incremental number.
Thanks
Matt
For our customer account code we use the first 3 letters of the business name,
followed by a 3 digit number.
For each combination of letters they start with 100 and increment by 10s.
Example:
AAA100
AAA110
AAA120
ABA100
ABA110
BBA100
etc
How would I write the code to create this incremental number.
Thanks
Matt