You need to sign in to do that
Don't have an account?

How to create a field autonumber with letter in it, like A-01?
Hello, I want to know if it is posible to create an autonumber field the looks like this
A-01 to A-99
and then changes the letter B-01 to B-99, C-01
I'm new in this, if there's links with examples where I could see how to do it i'll really appreciate it
thanks,
David
A-01 to A-99
and then changes the letter B-01 to B-99, C-01
I'm new in this, if there's links with examples where I could see how to do it i'll really appreciate it
thanks,
David
Can't do that with AutoNumber - would have to use a trigger to do that.

thanks for answer Jeffrey, by any chance do you know a link where I can see a example?