Hi, I am a novice in Access World.
I need a help.
What I need to do is updating a table from a form.
I have two tables. tblStudent and tblRegister
tblStudent: StdName, StdID(PK), StdAddress, StdPhone, StdMajor
tblRegister: RegID(autonumber, PK), StdID, StdName, StdAddress, Course...