I currently have 6 fields in my table that each generate a random number between 1-26 when a new record is created. The issue is that some of these numbers are duplicated whereas I need them all to be unique. Is there a simple way around this?
I have the following code in each of the 'Default Value' field properties.
(24-1)*Rnd()+1
Thanks in advance for any help offered!
CJ