Basically is this, I have 3 tables:
Table Students:
ID (autonumeric)
Name (Text)
Subjet (Numeric)
Table Subjets:
ID (autonumeric)
Description (Text)
Table Assigned:
ID (autonumeric)
Name (Numeric)
Subjet (Numeric)
I use a form to feed the Assigned table using the students and subjet tables, on that form I have a Combo Box that shows me all the students, and below I have a List Box to pick wich Subjet will be assigned.
The question is:
Can I make it to assign multiple subjets at the same time?, because every time I go to the next record the student name is lost and I must find the student again, and it is hard to find the same student because there are MANY with similar names.....
Table Students:
ID (autonumeric)
Name (Text)
Subjet (Numeric)
Table Subjets:
ID (autonumeric)
Description (Text)
Table Assigned:
ID (autonumeric)
Name (Numeric)
Subjet (Numeric)
I use a form to feed the Assigned table using the students and subjet tables, on that form I have a Combo Box that shows me all the students, and below I have a List Box to pick wich Subjet will be assigned.
The question is:
Can I make it to assign multiple subjets at the same time?, because every time I go to the next record the student name is lost and I must find the student again, and it is hard to find the same student because there are MANY with similar names.....
Comment