M
MetalJacket
I'm creating a concatenated field to use as a id number for reference when
talking to other colleagues about the particular record. I Use an autonumber
field as a unique id. In the issues table, the autonumber format is set to
IS000000. For a Questions table it would be Q000000. I would like to use the
autonumber field as part of a concatenated field, which would consist of
several fields. The problem is the autonumber field only shows the
incremented# and not the IS000001.
In my formula, I use = ID & Name & IssueType
My expected results is IS000001CATBUS
Instead I get 1CATBUS
talking to other colleagues about the particular record. I Use an autonumber
field as a unique id. In the issues table, the autonumber format is set to
IS000000. For a Questions table it would be Q000000. I would like to use the
autonumber field as part of a concatenated field, which would consist of
several fields. The problem is the autonumber field only shows the
incremented# and not the IS000001.
In my formula, I use = ID & Name & IssueType
My expected results is IS000001CATBUS
Instead I get 1CATBUS