I have one master table with EmployeeID as the primary linked out to 6 other tables.
I have a form with tabbed sections and text boxes. You can cycle through the employees or you can add a new employee. The form is bound to a query polling the master table and its related tables. The form is bound to a query polling the master table and its fields.
If I go to the next empty record and put in a new employID it gives me the same error. I understand the relational concepts, but I am having complications. If you try to add a new record to the master table it errors out that EmployeeID in another table doesn't match it. I have checked the relationships and I even retun all rows from the master table. Any ideas?
I have a form with tabbed sections and text boxes. You can cycle through the employees or you can add a new employee. The form is bound to a query polling the master table and its related tables. The form is bound to a query polling the master table and its fields.
If I go to the next empty record and put in a new employID it gives me the same error. I understand the relational concepts, but I am having complications. If you try to add a new record to the master table it errors out that EmployeeID in another table doesn't match it. I have checked the relationships and I even retun all rows from the master table. Any ideas?