Programming
Registered User.
- Local time
- Today, 09:30
- Joined
- Jul 5, 2018
- Messages
- 20
I have two tables
Students table where it has StudentName and StudentID
Course table where it has Student ID - CourseName -CourseID
The field pf StudentID in the course table, I made it lookup field to show the StudentName instead of the StudentID.
In the form of courses however, it shows the StudentName if the field of type combobox, If I change it to text box it shows the StudentsID.
How can I still show the student name in the form of courses ,even though ,I did not store studentName in the course table.
I did it before , but I forgot how.
Thank you.
Students table where it has StudentName and StudentID
Course table where it has Student ID - CourseName -CourseID
The field pf StudentID in the course table, I made it lookup field to show the StudentName instead of the StudentID.
In the form of courses however, it shows the StudentName if the field of type combobox, If I change it to text box it shows the StudentsID.
How can I still show the student name in the form of courses ,even though ,I did not store studentName in the course table.
I did it before , but I forgot how.
Thank you.