padlocked17
Registered User.
- Local time
- Today, 15:14
- Joined
- Aug 29, 2007
- Messages
- 275
I have two forms that I am working with. frmMain and subfrmMain. subfrmMain is the subform on frmMain. subformMain is a continous form used to track the scores for that particular individual and courseID associated to that person.
I am loading a StudentID and CourseID in the frmMain from the tblResults Table. I then have the Master/Child Setup in frmMain and subfrmMain for the StudentID and CourseID. No problems there.
Based on the course ID I have several tests that are only available to that particular CourseID the individual is associated with. I am able to pull through the subfrmMain query a text box that has the correct TestID associated with data entered in manually into the tables but I'm not able to figure out how to use a combo box that will have the test that was entered manually to display that already selected in the drop-down.
I beleive I have been able to narrow down the combo box to display only the applicable tests to the corresponding CourseID, but whenever I use the Record buttons to navigate, the info in the drop-down doesn't change according to the CourseID but the test score entered for each student and different test does change on the same line.
Any ideas that could help me out?
I am loading a StudentID and CourseID in the frmMain from the tblResults Table. I then have the Master/Child Setup in frmMain and subfrmMain for the StudentID and CourseID. No problems there.
Based on the course ID I have several tests that are only available to that particular CourseID the individual is associated with. I am able to pull through the subfrmMain query a text box that has the correct TestID associated with data entered in manually into the tables but I'm not able to figure out how to use a combo box that will have the test that was entered manually to display that already selected in the drop-down.
I beleive I have been able to narrow down the combo box to display only the applicable tests to the corresponding CourseID, but whenever I use the Record buttons to navigate, the info in the drop-down doesn't change according to the CourseID but the test score entered for each student and different test does change on the same line.
Any ideas that could help me out?
Attachments
Last edited: