I have a primary table that has OwnerID, PreviousOwnerID and NewOwnerID. I then have tblOwner that has OwnerID, FirstName, LastName, etc.
I can't figure out how to join the OwnerID from tblOwner to PreviousOwnerID, OwnerID and NewOwnerID in the primary table. For reporting purposes I need to pull the Last Name, First Name for each field from the tblOwner.
This may not be the best way to do this, but I want the Owners Names to be consistent and creating three reference tables seems redundant.
I can't figure out how to join the OwnerID from tblOwner to PreviousOwnerID, OwnerID and NewOwnerID in the primary table. For reporting purposes I need to pull the Last Name, First Name for each field from the tblOwner.
This may not be the best way to do this, but I want the Owners Names to be consistent and creating three reference tables seems redundant.