I'm using the formula tool to try to make a new column that adds "R" + [RecordID] = R1, however it's not allowing me.
If RecordID is a numeric data type, you have to convert it to a string. Try
"R" + ToString([RecordID],0)
Chris
User | Count |
---|---|
76 | |
58 | |
53 | |
47 | |
38 |