Cowboy_BeBa
Registered User.
- Local time
- Today, 20:15
- Joined
- Nov 30, 2010
- Messages
- 188
hi,
so im beginning work on a query to help me clean up redundant data that is no longer needed, the query focuses on 3 tables and im not quite sure how to go about writing it
essentially ive got 2 tables, tblProducts and tblIngredients, in between them ive got tblRecipes, standard break/list table, only has 3 fields, prodID, ingID (the primary keys for tblproducts and tblingredients) and a percentage
we've got a few duplicat recipes with different product id's, however theyll have the same ingredients and the same percentage value of that ingredient (please keep in mind some recipes may contain as few as two ingredients, others may contain as many as 20), as there are dozens of recipes it will take a while to find the duplicates manually, does anyone know of a way to write a query that will help me identify which recipes are duplicates?
so im beginning work on a query to help me clean up redundant data that is no longer needed, the query focuses on 3 tables and im not quite sure how to go about writing it
essentially ive got 2 tables, tblProducts and tblIngredients, in between them ive got tblRecipes, standard break/list table, only has 3 fields, prodID, ingID (the primary keys for tblproducts and tblingredients) and a percentage
we've got a few duplicat recipes with different product id's, however theyll have the same ingredients and the same percentage value of that ingredient (please keep in mind some recipes may contain as few as two ingredients, others may contain as many as 20), as there are dozens of recipes it will take a while to find the duplicates manually, does anyone know of a way to write a query that will help me identify which recipes are duplicates?