Ok I know this must be simple but I just can’t get it.
I have a table 'Audit' and it has a bunch of fields including one to select the 'Auditor'.
I need to be able to select more than one Auditor for each record in the Audit table. I thought that I could use a Auditor table and just setup a fk in the Audit table, but when I try to set that a second time (for the second auditor if needed) it tells me that it will no longer be able to enforce the referential integrity.
I think I cooked my brain for the last 3 hours trying to get this on my own... Now i need help!
I have a table 'Audit' and it has a bunch of fields including one to select the 'Auditor'.
I need to be able to select more than one Auditor for each record in the Audit table. I thought that I could use a Auditor table and just setup a fk in the Audit table, but when I try to set that a second time (for the second auditor if needed) it tells me that it will no longer be able to enforce the referential integrity.
I think I cooked my brain for the last 3 hours trying to get this on my own... Now i need help!