Hello,
I have two tables:
1. tblPerson - contains a list of individuals with varying roles. Fields Include:
> First Name
> Last Name
> IsSubmitter (yes/no)
> IsReviewer (yes/no)
> IsApprover (yes/no).
I then have a second table which contains various issues - to which each issue would have a submitter, reviewer, and approver.
How do i link my "issue table" so that i can reference 3 differnt names?
I.E// tblIssue:
pkIssue
txtIssueName
fkPersonID?? how do i link it to multiple people - i'm very confused
Thanks!
Andrew.
I have two tables:
1. tblPerson - contains a list of individuals with varying roles. Fields Include:
> First Name
> Last Name
> IsSubmitter (yes/no)
> IsReviewer (yes/no)
> IsApprover (yes/no).
I then have a second table which contains various issues - to which each issue would have a submitter, reviewer, and approver.
How do i link my "issue table" so that i can reference 3 differnt names?
I.E// tblIssue:
pkIssue
txtIssueName
fkPersonID?? how do i link it to multiple people - i'm very confused
Thanks!
Andrew.