Jump to content

This topic is 8707 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I've been able to do this by creating 3 fields:

Field 1 is a text field that auto-enters a serial number, increment by 1.

Field 2 is a Calculation (Text result)that assigns a letter based on value of Field 1 - e.g. If(Field 1 >= 0 and Field 1 < 1000, "A", If(Field 1 >= 1000 and Field 1 < 2000, "B"....and so on.

Field 3 is another Calculation with Text result: = Field 2 & Right(Field 1,3)

Kind of a rough way to get there, but it's the only thing I can think of. Good luck.

Link to comment
Share on other sites

This topic is 8707 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.