I am making a candy database for a class, and I have one table that contains the composition of each candy next to the candy_ID and the corresponding composition_ID. For something like snickers, there will be duplicate candy_IDs for each composition_ID. So if snickers was candy_ID #37, it would be peanut; #37 & in the next row, nougat; #37. The trouble when I link everything together in access is that I can only search for one composition at a time. I can find all the candy that has nougat or peanut. If I put two compositions side-by-side in a search for "peanut" and "nougat" it gives me nothing. If I put "peanut" below "nougat" in a composition search column, it gives me "nougat" or "peanut." Is there a way I can search both? Perhaps it is flawed how I have organized the raw data.