M
mvagnier
I would like to construct a query that selects all records from a table where
the value in a specific field is unique. My preference is to leave the
original table as-is.
In hindsight, this table should have been set up to prohibit duplicate
entries in a field called "Survey Issued ID". I want to ignore any records
where the same "Survey Issued ID" appears in more than one record. (By the
way, for records where the ID is used more than once, other fields may or may
not be identical. In other words, poor keypunching quality.)
Thanks in advance for any thoughts on this!
the value in a specific field is unique. My preference is to leave the
original table as-is.
In hindsight, this table should have been set up to prohibit duplicate
entries in a field called "Survey Issued ID". I want to ignore any records
where the same "Survey Issued ID" appears in more than one record. (By the
way, for records where the ID is used more than once, other fields may or may
not be identical. In other words, poor keypunching quality.)
Thanks in advance for any thoughts on this!