It's been a while since I've used Access and need a little help with querying a table, which is similar to a recipes table. For example, recipe name is peanut butter cookies. Each recipe has a list of ingredients. I want to identify all the ingredients that are common in all peanut butter cookie recipes. If no ingredient is common I would get no result. But if they all have molasses, then I would see molasses as a common ingredient.
The actual table contains the field names company, item, and program. So, for company A, I want to now what item is in all the programs. I've tried find duplicates but that does not work because while I may find the item in 2 programs, that item is not in the third. I need to find that the item exists in all three (or more) programs.
Any help is appreciated.
The actual table contains the field names company, item, and program. So, for company A, I want to now what item is in all the programs. I've tried find duplicates but that does not work because while I may find the item in 2 programs, that item is not in the third. I need to find that the item exists in all three (or more) programs.
Any help is appreciated.