S
seeker
I have a field which lists customer account numbers as A-1, A-2, Through
A-999 if there are that many customers that start with A. I need to find the
maximum number in this text field so that I can add 1 to create a new account
number for a new customer. I have tried max(mid([cus:number]),
3,len([cus:number])) in a aggregate query and that does not return the max
number after letter and dash are stripped. Need some ideas thanks.
A-999 if there are that many customers that start with A. I need to find the
maximum number in this text field so that I can add 1 to create a new account
number for a new customer. I have tried max(mid([cus:number]),
3,len([cus:number])) in a aggregate query and that does not return the max
number after letter and dash are stripped. Need some ideas thanks.