How to Concat Text field and AutoIncrement number

I'm wanting to create a new text field that is the concatenation of an alphabetic code field and an AutoIncrement numeric field.  I don't see the AutoIncrement field in the choices when setting the calculation of the text field in Studio:

concat($alpha_code,??????)

How is this done?