I’m planning to make a simple helpdesk form. One of the attributes it needs is a unique number.
How can I create a unique identifier, starting with a string? Example: KL0001 and KL0002
It must be a number which is unique.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use a standard AutoNumber field to store the numerical portion, and then a separate Calculated column that formats the result prefixing “KL” and padding the AutoNumber field with the necessary zeros.
Example: