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,
Credit
I made a form with tblRegister.(frmReg)
I made Combo box for StdID to autofill StdName and StdAddress.
I want to automatically update tblStuent when I put new StdID, StdName and StdAddress in frmReg. (I used NotInList VBA(?))
I tried Afterupdate event and Insert into thingy....but actually I don't know
what I need to do. Please help me out.
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,
Credit
I made a form with tblRegister.(frmReg)
I made Combo box for StdID to autofill StdName and StdAddress.
I want to automatically update tblStuent when I put new StdID, StdName and StdAddress in frmReg. (I used NotInList VBA(?))
I tried Afterupdate event and Insert into thingy....but actually I don't know
what I need to do. Please help me out.