First Database has the following:
OwnerID, FName, LName
Second Database has the following:
OwnerID,PolicyName, Owner2ID,Owner3ID,Owner4ID,Owner5ID, Owner6ID, Owner7ID
So there are multiple owners for a particular policy. My question is how can I design a query in Access that will return all the rows for each policy that have more than one owner. For example assume policy one has OwnerID,Owner2ID,Owner3ID filled with ID based on the first database. How can I return:
OwnerID, Policy Name Owner2ID,POlicy Name Owner3ID,Policy Name
So same policy name but because that one record as multiple owners, it will list all of them in a query.