Hi, I have multiple people entering information into docs and then I have a view that shows all the values for a field. If 2 people entered the same value for the field how can I make so that the view only shows 1 of them instead of both.
It’s not clear exactly what you want, but maybe you could:display the possibly duplicated value in a categorized column, or
Use the view option “For ODBC Access: Generate unique keys in index.” (note: this may not work with some datatypes, and I believe it considers all sorted columns part of “the key”).