Ok, so here's what I want to do...
When the user adds a new record to a table (tblEmployees) via a datasheet form (frmEmployeeEnterGloria2), I would like to somehow automatically create a new record in two other tables (tblEmployeesRegions and tblPayroll) so that the EMPID number entered in the first table (well, form) is automatically entered into the EmployeeID and the PayrollID fields in the additional two tables respectively.
Is there a way to write code in the After Update Event (or wherever else would be more effective - I know NOTHING about VB code) in the EMPID field on my data entry form, (which, as I stated earlier, is based on tblEmployees)?
Did that make sense? Thanks for your help.
When the user adds a new record to a table (tblEmployees) via a datasheet form (frmEmployeeEnterGloria2), I would like to somehow automatically create a new record in two other tables (tblEmployeesRegions and tblPayroll) so that the EMPID number entered in the first table (well, form) is automatically entered into the EmployeeID and the PayrollID fields in the additional two tables respectively.
Is there a way to write code in the After Update Event (or wherever else would be more effective - I know NOTHING about VB code) in the EMPID field on my data entry form, (which, as I stated earlier, is based on tblEmployees)?
Did that make sense? Thanks for your help.