Assuming the following tables (fields):
[tt]tblJobs (Job#, Closed, JobName, ...)
tblPhases (Job#, Phase, PhaseName, PctComp, ...)
tblCats (Job#, Phase, Category, MonthEnd, PctComp, ...)[/tt]
There is a 1-M relationship between tblCats and tblPhases based on (Job# and Phase), and between tblPhases and tblJobs on Job#.
Can you create a relationship linking two fields in each table? (Job#&Phase => Job#&Phase)?
[tt]tblJobs (Job#, Closed, JobName, ...)
tblPhases (Job#, Phase, PhaseName, PctComp, ...)
tblCats (Job#, Phase, Category, MonthEnd, PctComp, ...)[/tt]
There is a 1-M relationship between tblCats and tblPhases based on (Job# and Phase), and between tblPhases and tblJobs on Job#.
Can you create a relationship linking two fields in each table? (Job#&Phase => Job#&Phase)?