I have a "Class" form with a field on it called "ClassID" and a cmdbutton on the same form named "Evaluations". When I click on the "Evaluations" button, I need it to take me to the "Evaluations" form (that part is working). I also have the "ClassID" field on the "Evaluations" form and I need that "ClassID" field to by synched up with the "ClassID" field from the "Classes" form.
Ex: If I'm looking at a value of 7 for my ClassID on my Classes form and I click on the Evaluations button, when I get to the Evaluations form, the ClassID field should also read "7".
So far I have tried putting
[ClassID] as the Control Source and
[ClassID] FROM Classes as the Row Source for the ClassID field in Evaluations, and it's not working.
Help
Ex: If I'm looking at a value of 7 for my ClassID on my Classes form and I click on the Evaluations button, when I get to the Evaluations form, the ClassID field should also read "7".
So far I have tried putting
[ClassID] as the Control Source and
[ClassID] FROM Classes as the Row Source for the ClassID field in Evaluations, and it's not working.
Help