Thank you for your response. I appreciate the kindness in the words selected.
What this is about. We have a trainer go into a school and hold a training session. They hand out a pencil and paper to the students and asks them a series of questions to see what they know about a given subject. The papers are returned and a staff member enters the results into the database. They select pre-survey, and select from the list a position (Nurse, other, administration etc) and enter the data. Lets say a nurse and administrator attend the training. (Just these two)
Meanwhile the training occurs and time goes by. At the conclusion of training, a second survey is handed out. Same questions, to the same students.
We collect the surveys and go back to the database to key in the results. This time the data entry person selects post-survey for this specific school. The data entry clerk, looking at the paper sees the nurse completed this sheet so when they select the combo box, it would only have nurse and administration because these are the only two students from this school that participated.
I need for the the post-survey postion combobox to look at the pre-survey table and display the matching two entries for that specific school. In my words (may not be the correct term as I am a rookie), this would be accomplished by passing a variable (Dist_ID) from frmMain to frmPost. The more I google this, the more it looks like I need to use some sort of ".ME..." statement to pass this variable.
Note: All the other fields (check boxes) do not need to be prepopulated as the clerk is about to enter a second set of results (post survey) Once the pre-survey and post-survey data has been entered, my goal is to produce a report showing the difference School ABC had between the pre and post results.