Trying to create a formula field in a table to concatenate a numeric field ("ID" ) and text field ("Name".) ID is Auto number field. Need to append leading zeroes to convert ID field to a string that is ALWAYS 4 characters in length then concatenate that to Name field. For example, When ID = 13 and Name = MyName result should be "0013 - MyName". Sorry if this is basic but new to this and not seeing an obvious solution. Thanks.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Mitch
Hi all,
Trying to create a formula field in a table to concatenate a numeric field ("ID" ) and text field ("Name".) ID is Auto number field. Need to append leading zeroes to convert ID field to a string that is ALWAYS 4 characters in length then concatenate that to Name field. For example, When ID = 13 and Name = MyName result should be "0013 - MyName". Sorry if this is basic but new to this and not seeing an obvious solution. Thanks.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.