I created a form which updates two tables. My problem is that my ID number in the employee table is an autofill; however, my ID in my related table is not. It is a one to many relationship.
One employee to many tasks in the Task table. In my form I have chosen the Employee ID not the Task employee ID. When I enter into the form a task for an employee(that has already been created) then everything updates correctly. However, if I want to enter a task for an employee that is not in that table, I would like the ability to still create the ID from the form. The only solution I can think of is to have two separate forms. Is there a way to create a new record in the employee table from the form.