I’m still trying to learn database. Maybe this involving Normalization. I want to save my student data. Also able to find the student data according to department. This still work according to department ID. But after add new student the Department ID not recorded in student table. Means when i try to search according department it’s can’t be found. Did i miss some step? So the real question is how to add/update data without inserting Department-ID in forms?
I try to execute this to list box.
We can’t let user choose department_id in list box. So can i set the list of department name = department id and registered to database?