Hi @Shelley_Stephen_Voic,
For a linked record, the value that’s in the primary field will be used for the name of that record. I might recommend using the autonumber not as the primary field, and then using a formula in the primary field to combine both the autonumber and the contact name.
A formula you could use (adjusting to reflect your actual field names) is: {Autonumber Field} & " - " & {Name Field}
. This will result in something like 12 - John Doe
as the primary field name.
Let me know if that helps!
Hi @Shelley_Stephen_Voic,
For a linked record, the value that’s in the primary field will be used for the name of that record. I might recommend using the autonumber not as the primary field, and then using a formula in the primary field to combine both the autonumber and the contact name.
A formula you could use (adjusting to reflect your actual field names) is: {Autonumber Field} & " - " & {Name Field}
. This will result in something like 12 - John Doe
as the primary field name.
Let me know if that helps!
Thank you. I realized after reading another post that having an auto num field for an index is not necessary in AirTable, so I took mine out - simplified things!
Thank you. I realized after reading another post that having an auto num field for an index is not necessary in AirTable, so I took mine out - simplified things!
Great Shelley, thanks for the heads up!