I have a query where I need to hide all duplicates for just one field. There are a few duplicates in this field, but the duplicate records contain different data in the other fields in the query, so the setting the "Unique Values" property to "Yes" doesn't work.
Is there some SQL code or some other way to hide these duplicate records based on just one field column of the query? I would be fine with Access hiding whichever duplicate field's record it found second.
All I can find online is how to hide true duplicate records (all data across all fields is the same) or how to create duplicate finder queries to remove records. Neither options work in my case.
Thanks!
Is there some SQL code or some other way to hide these duplicate records based on just one field column of the query? I would be fine with Access hiding whichever duplicate field's record it found second.
All I can find online is how to hide true duplicate records (all data across all fields is the same) or how to create duplicate finder queries to remove records. Neither options work in my case.
Thanks!