bnhcomputing
IS-IT--Management
Table 1: Employee has employeeID and other info.
Table 2: Jobs has jobid, jobtitle and other info.
Table 3: EmplxrfJob Has employeeID and jobid only.
I should be able to set a foreign key in all tables so that:
Emplyee Table
Employee added, OK.
Employee deleted, cascade delete.
EmplxrfJob Table
EmployeeID must be in employee table.
JodID must be in jobs table.
I have tried every combination I can think of, nothing works. Either it won't let me set it up, or it won't let me add records.
Thanks in advance for any help.
Hubert Hoffman
Table 2: Jobs has jobid, jobtitle and other info.
Table 3: EmplxrfJob Has employeeID and jobid only.
I should be able to set a foreign key in all tables so that:
Emplyee Table
Employee added, OK.
Employee deleted, cascade delete.
EmplxrfJob Table
EmployeeID must be in employee table.
JodID must be in jobs table.
I have tried every combination I can think of, nothing works. Either it won't let me set it up, or it won't let me add records.
Thanks in advance for any help.
Hubert Hoffman