Skip to main content

Allowing no duplicate entries in a field

  • August 12, 2019
  • 1 reply
  • 18 views

Can I code a field so that each new record is unique?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17

If you can avoid two records to have the same value in a field, I think you can’t. If you want yo have an unique identifier for every records, you could use a Formula field with RECORD_ID(), or build an code field with an Autonumber field.