I know this is probably a really dumb question with a really easy answer, but I can't figure it out. I have a form that displays information about people in the database. The form has a subform that displays a person's test scores, date they took the test, etc.
The main form references the T_People table, and the subform references the T_Tests table. The main form and the subform are linked together on the person's ID. The main form has a combo box that allows you to select the person whose record you want to view. Everything works fine as long as the person you select has a corresponding record in the T_Tests table. However, if the person you select has never taken a test (and thus does not have a corresponding record in the T_Tests table), the form will not display that person's record. It just remains on whatever record it is currently displaying.
Any ideas as to why this is happening?
The main form references the T_People table, and the subform references the T_Tests table. The main form and the subform are linked together on the person's ID. The main form has a combo box that allows you to select the person whose record you want to view. Everything works fine as long as the person you select has a corresponding record in the T_Tests table. However, if the person you select has never taken a test (and thus does not have a corresponding record in the T_Tests table), the form will not display that person's record. It just remains on whatever record it is currently displaying.
Any ideas as to why this is happening?