i need to run a query that show all the records that do not contact a duplicate value in one field.
Example: Batch_No. I need to see a query where the results are only the records with no duplicate batch_no.
Table
No. Product
--- ------
123 - Glue
145 - Paint
123 - Glue
178 - Nails
201 - Hammer
123 - Glue
178 - Nails
Query Report I'm looking for
No. Product
--- ------
145 - Paint
201 - Hammer
Example: Batch_No. I need to see a query where the results are only the records with no duplicate batch_no.
Table
No. Product
--- ------
123 - Glue
145 - Paint
123 - Glue
178 - Nails
201 - Hammer
123 - Glue
178 - Nails
Query Report I'm looking for
No. Product
--- ------
145 - Paint
201 - Hammer