Problems on updating values

tytlwkltc

Registered User.
Local time
Tomorrow, 00:25
Joined
Jun 26, 2014
Messages
29
There is a sample database below.
I want to input the details of the new students to the student database.
A form is set and i want that after i choose a student number, the three subjects will update automatically so that i just need to input the name and teacher in charge of the student.
 
Last edited:
Sorry that i can't design the fundamental table because they are assigned by others.
 
Umm, not sure I understand... that database will not work without jumping thru a lot of hoops and even then you're going to end up with a mess. What happens if you want to add more Subjects? You don't even have a list of Teachers.

That said, I guess you could write an UPDATE query to get it into the other Table. But just know you are setting yourself for trobules if you insist on using those tables.
 

Users who are viewing this thread

Back
Top Bottom