I'm not sure I am following. The state lookup table has fields StateName (text), State (text), CL (Y/N) and WC (Y/N). StateName includes the individual states plus the group names All CL and All WC.
In the combo box on the main form, if All CL is selected, I want the State field for all states where CL = Yes to generate as a record in the subform (there would be an individual record for Illinois, Indiana, Iowa, Minnesota, etc...).
The original designer of the database created a checkbox for each individual state. Since I don't see the point of having this data in the main table. I created a combo box to select one option to be able to populate the subtable. I just can't figure out how to now get that data to the subtable. Maybe I am going about this the wrong way, but there has to be a better way than it currently works.