XelaIrodavlas
Registered User.
- Local time
- Today, 09:49
- Joined
- Oct 26, 2012
- Messages
- 175
Hi all,
Sorry if this is a dumb question but I'm struggling to find an elegant solution to this one - yet it seems so simple.
I have a table called 'PurchaseRequests' which contains two fields both of which relate to an 'Employees' table; one field is RequestedBy and the other is AuthorisedBy. (simplified example attached)
In a query, I know i could just use two copies of the Employees table and relate one to the RequestedBy and the other to AuthorisedBy. But I'm trying to represent this in the relationships tool and i'm not sure it's good practice to do it this way. My concern comes from the fact that the original employees table still keeps all it's other relationships, yet the copy is only related to Purchase requests...
Am I being stupid, or does anyone know a best way to represent this kind of relationship?
Thanks all,
Sorry if this is a dumb question but I'm struggling to find an elegant solution to this one - yet it seems so simple.
I have a table called 'PurchaseRequests' which contains two fields both of which relate to an 'Employees' table; one field is RequestedBy and the other is AuthorisedBy. (simplified example attached)
In a query, I know i could just use two copies of the Employees table and relate one to the RequestedBy and the other to AuthorisedBy. But I'm trying to represent this in the relationships tool and i'm not sure it's good practice to do it this way. My concern comes from the fact that the original employees table still keeps all it's other relationships, yet the copy is only related to Purchase requests...
Am I being stupid, or does anyone know a best way to represent this kind of relationship?
Thanks all,