Hi.
I am working on an employee database for a union.
I have a main form for data entry. On that main form, I would like to have subforms in a tab control for viewing and entering data in other tables.
For example, the main form will have the employee's work information (location, department, etc.). In the tab control, one tab would be for personal information (home address, email, etc), one tab would have information on work terms (start dates and end dates), one tab would have their leave without pay terms, etc.
The work terms and leave without pay terms are in their own tables, but all 3 tables are linked by a member number from the main membership table.
Can I add records to the leave without pay terms table through the subform without having to re-enter the member number (which I would ideally like to have Autonumber)?