Hi all,
I am trying to create a subform that has a combobox in it controlling a datasheet that is below it. When I click on the name of the candy producer, I would like the datasheet to show the different varieties of candy that producer makes. I have one table that lists all of the candy producers, with each one having a unique ID, as well as a few other fields. Then, I have another table for the candy varieties which is made up of a composite key - the producer ID and the candy variety ID. These varieties are stored in a separate table. My problem is that I cannot figure out how to set up the subform so that when you click on one of the 16 different candy producers, the datasheet below displays the candy varieties which that producer makes.
Hopefully I have given enough information for someone to be able to help.
Thanks