OK I have two tables:
TblConstructionServices
TblResumes
Both are no duplicates.
BUT I have another table TblProjectInfo which brings together both tables.
Now here is the tricky part in my head...
If I have Proposal Number: 12345 in the Construction Services Table
And I have WorkerID: 3 in the Resume Table
I need to limit TblProjectInfo to only having one record for WorkerID:3 under Proposal Number: 12345
But I am at a loss as to how to do that?
TblConstructionServices
TblResumes
Both are no duplicates.
BUT I have another table TblProjectInfo which brings together both tables.
Now here is the tricky part in my head...
If I have Proposal Number: 12345 in the Construction Services Table
And I have WorkerID: 3 in the Resume Table
I need to limit TblProjectInfo to only having one record for WorkerID:3 under Proposal Number: 12345
But I am at a loss as to how to do that?