Hi
I have 2 tables
Staff table = has 3 columns = Staff id, name , department
Nominations = has 4 columns = Staff id, name, department, class name,
I have created a form...when the person goes to the combobox, it is popultated with the staff ids from the staff table..This is correct.
I chose one of those ids.
The Name and department fields are also populated automatically.
I then write the class name
Now, when i click on "add record" button, the record should be updated in the nominations table. There should be 4 new values in the nominations table (Staff id, name, department and the class name)
BUT
For some reason,
Only Staff id and Class name are getting saved.
Name and department are not getting saved.
Why is it so?
Please help me out..
This is my 1st week of using access..so please be kind enough to keep the solutions and the instructions easy to follow.