R
robert
Which relationships is the best one to use? Would they
both work?
Each employee could be assigned many assets. Each asset
will have a history of transactions.
tblEmployee
EmployeeID
..... employee details
tblAssigned (linking table)
EmployeeID
AssetID
AssignedDate
RelinquishedFrom
RelinquishedDate
tblAsset
AssetID
..... asset details
or
tblEmployee
EmployeeID
..... employee details
tblAsset (child for tblEmployee & parent for tblAssigned)
AssetID
EmployeeID
..... asset details
tblAssigned
AssignedID
AssetID
AssignedDate
RelinquishedFrom
RelinquishedDate
Sure could use any help on this. I have read and read
and 1st things 1st. Have to get the relationships right.
Thanks for your imput.
both work?
Each employee could be assigned many assets. Each asset
will have a history of transactions.
tblEmployee
EmployeeID
..... employee details
tblAssigned (linking table)
EmployeeID
AssetID
AssignedDate
RelinquishedFrom
RelinquishedDate
tblAsset
AssetID
..... asset details
or
tblEmployee
EmployeeID
..... employee details
tblAsset (child for tblEmployee & parent for tblAssigned)
AssetID
EmployeeID
..... asset details
tblAssigned
AssignedID
AssetID
AssignedDate
RelinquishedFrom
RelinquishedDate
Sure could use any help on this. I have read and read
and 1st things 1st. Have to get the relationships right.
Thanks for your imput.