Form over M:M tables not functioning as intended

R

Ricter

Three tables: tblEmployees, tblFunctions, jctEmpFuncs.
One main form: frmEmployees with subFunctions.
Two one-to-many relationships, tblEmployees > jctEmpFuncs & tblFunctions >
jctEmpFuncs. Both relationships are full integrity, cascade update & delete.

Adding an employee & functions, or adding functions to an existing employee
works fine, the jct table is being updated properly.

However, I can go to a new employee record and add a function without adding
an employee. After leaving this new record, it is not saved, except, the
function IS being added to the jct table without a corresponding employee.
How can I fix this?

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top