I have an EMPLOYEE table. I want to create a new table, ABSENT2000, to record days absent in the year 2000. The ABSENT2000 table will have fields for each month of the year and a 'total' field.
I will create a form for entering data into the ABSENT2000 table. I want to be able to key off of the Employee's LAST_NAME (a field in the EMPLOYEE table) when entering data on the form.
Do I need a field for LAST_NAME in the ABSENT2000 table?
Do I need to/how do I populate the new table with records for each emloyee? How do I set the table up so that when I add or delete an employee record from the EMPLOYEE table the ABSENT2000 table is automatically updated to do the same add or delete?
Lou Marles
I will create a form for entering data into the ABSENT2000 table. I want to be able to key off of the Employee's LAST_NAME (a field in the EMPLOYEE table) when entering data on the form.
Do I need a field for LAST_NAME in the ABSENT2000 table?
Do I need to/how do I populate the new table with records for each emloyee? How do I set the table up so that when I add or delete an employee record from the EMPLOYEE table the ABSENT2000 table is automatically updated to do the same add or delete?
Lou Marles