Hello,
I have a table DEFECTS and table USERS
in the table Defects is a field called dUserFK which is linked to table Users. I need to make some changes to layout of the database.
Until now, we had PERSON REPORTING which is dUserFK, but need to add another field in the same table PERSON INVESTIGATING, I added another field to table DEFECTS called dUser2FK.
When I run query based on the table DEFECTS it doesnt give any results, if I remove relationship between dUser2FK and table USER then everything work as it used to.
I understand there must be a conflict of repeated data, how to go around it please?
I have a table DEFECTS and table USERS
in the table Defects is a field called dUserFK which is linked to table Users. I need to make some changes to layout of the database.
Until now, we had PERSON REPORTING which is dUserFK, but need to add another field in the same table PERSON INVESTIGATING, I added another field to table DEFECTS called dUser2FK.
When I run query based on the table DEFECTS it doesnt give any results, if I remove relationship between dUser2FK and table USER then everything work as it used to.
I understand there must be a conflict of repeated data, how to go around it please?