Hello,
I have 2 tables namely "tblUpdate" and "tblRecord". These 2 tables are
joined by a primary key known as Job_No with referential integrity set.
(tblUpdate - Many, tblRecord - One)
I have a form named "frmUpdate" where the user key in Job_No, followed by
manhours into 7 different fields named A, B, C, D, E, F, G into tblUpdate.
After this form is fully keyed, the user exits the form by clicking an exit
button. On exit the values of these 7 fields has to be ADDED to the value of the existing 7 fields of the row(reference by Job No) on "tblRecord".
How do I do this?
I figured I need to put in 1 or 2 lines of code on the on_exit(or is it after-update) event of the form.
Thanks! BP
I have 2 tables namely "tblUpdate" and "tblRecord". These 2 tables are
joined by a primary key known as Job_No with referential integrity set.
(tblUpdate - Many, tblRecord - One)
I have a form named "frmUpdate" where the user key in Job_No, followed by
manhours into 7 different fields named A, B, C, D, E, F, G into tblUpdate.
After this form is fully keyed, the user exits the form by clicking an exit
button. On exit the values of these 7 fields has to be ADDED to the value of the existing 7 fields of the row(reference by Job No) on "tblRecord".
How do I do this?
I figured I need to put in 1 or 2 lines of code on the on_exit(or is it after-update) event of the form.
Thanks! BP