A family of Microsoft relational database management systems designed for ease of use.
Hi Scott,
I made the main form using the form wizard and then put a combo box on the main form to filter records. Then I made use of the form wizard a second time for the sub form but could not filter the records from the sub form. Then I deleted the sub form and dragged tblStudents onto the main form and added fields from other 2 tables wiz. tblCourse and tblStudentsProgress onto the subform. I've attached a screenshot of the way I wanted the design of the form to be. When I select the CenterCode from the combo box, I want the sub form to display student names along with their courses in the sub form. This is the way I would like the application to work. But I just can't get the combo box to filter the records programmatically.
Here's the screenshot:
Please help me to design it this way.
Thank you.