I have a Form which contains the employee information (Employee ID, Name, title, Phone) and a subform that contains the employees expenses(expense code, Hours, salary,expense, travel, Description)(it also contains Employee ID in the footer, this was done to sync the two well at least I thought) . All of the feilds on the form and the subform are contained in the same table.
The problem is that when I input the data into the form and then take a look at the Table, it contains two rows per entry. One row with the info in from the from with the feilds contained in the subform blank, and another row that contains the Employee ID, with the rest of the feilds from the main form blank, and the information from the subform displayed.
I'm confused. Shouldn't they automatically syc together being as though they're from the same table?
Any ideas or suggestions will be greatly appreciated.
The problem is that when I input the data into the form and then take a look at the Table, it contains two rows per entry. One row with the info in from the from with the feilds contained in the subform blank, and another row that contains the Employee ID, with the rest of the feilds from the main form blank, and the information from the subform displayed.
I'm confused. Shouldn't they automatically syc together being as though they're from the same table?
Any ideas or suggestions will be greatly appreciated.