Sinndho, Ok, so I used the code you provided above with no luck. I am beginning to think that it has more to do with the tables and queries I have that relate to the form and less to do with the form itself.
So as a generic question. How would I go about filtering a subform combobox after first selecting a choice from a main form combo box. Again, the kicker here is that once I select a choice from the subform combobox the adjacent field in the subform combobox autopopulates.
The steps I describe below take place when I add a new class to the database.
When I open the form up the first thing I do is type the new class into a textbox called txtClass.
Next, I select a division from a mainform combobox called cboDivisionSelect. There are 5 choices available.
Next, I select a lesson from the subform combobox called cboLessonSelect. Right now all 23 lessons in the school appear when I click on the combobox. What I am trying to do is only have those lessons that are associated with the division I selected in the mainform combobox cboDivisionSelect showup. Once I select a lessonID the adjacent field in the subform auto-populates with the lesson description. Then I can select more lessons if the class has more. The subform is in datasheet view.
I hope this provides more clarity. I am trying to build a miniature version of my database to upload.
Thanks, Sean.