Hey guys, I have an issue with a form that I'm trying to build. I'm a bit new at this so I'm not sure If what I need is possible.
I have a table called student, it has the following fields:
ID, Term, Term_GPA
Example data:
2 200720 3.5
3 200720 3.0
2 200730 3.3
I have a form with textboxes for ID, Term 200720, Term 200730.
My question is, how can I make it so that the form shows each term GPA based on it's corresponding ID? So it would show the ID number on its textbox, the term gpa for 200720, and the term gpa for 200730.
I have a table called student, it has the following fields:
ID, Term, Term_GPA
Example data:
2 200720 3.5
3 200720 3.0
2 200730 3.3
I have a form with textboxes for ID, Term 200720, Term 200730.
My question is, how can I make it so that the form shows each term GPA based on it's corresponding ID? So it would show the ID number on its textbox, the term gpa for 200720, and the term gpa for 200730.