M
Melissa
I need to create a relationship between the two tabels below Tables 2 & 3 and
am confused on how to do this correctly. The first table is the one side of
my relationships. What I need to insure is that if you delete a record from
table 2 it will not allow you if there is a record in table 3. Per my
testing, I can delete a record from tbl 2 if there is a record in tbl 1. My 3
tbls are:
Table 1
EmpID (PrimaryKey)
EmployeeName
Supervisor
Group
Password
Table 2
EmpID (PrimaryKey)
DateCompleted (PrimaryKey)
IncomingPhoneCalls
OutgoingPhoneCalls
CorrectedAssessmentLtrs
ManualLtrsComposed
Table 3
DateCompleted (primary)
AuditType(Primary)
EmpID(Primary)
BeginningInventory
DayEndingInventory
WorkedNotCompleted
I have tried to go by what the help document examples and my relationships
are coming back indeterminate?
Any help would be greatly appreciated.
am confused on how to do this correctly. The first table is the one side of
my relationships. What I need to insure is that if you delete a record from
table 2 it will not allow you if there is a record in table 3. Per my
testing, I can delete a record from tbl 2 if there is a record in tbl 1. My 3
tbls are:
Table 1
EmpID (PrimaryKey)
EmployeeName
Supervisor
Group
Password
Table 2
EmpID (PrimaryKey)
DateCompleted (PrimaryKey)
IncomingPhoneCalls
OutgoingPhoneCalls
CorrectedAssessmentLtrs
ManualLtrsComposed
Table 3
DateCompleted (primary)
AuditType(Primary)
EmpID(Primary)
BeginningInventory
DayEndingInventory
WorkedNotCompleted
I have tried to go by what the help document examples and my relationships
are coming back indeterminate?
Any help would be greatly appreciated.