R
robert
I would like to keep track of the transfers of assets
between employees.
tblEmployee (one to many with tblHistory)
EmployeeID
FirstName
LastName
tblAsset (one to many with tblHistory)
AssetID
AssetDescription
tblHistory (linking)
EmployeeID
AssetID
DateOfTransfer
Have I set tblHistory up correctly? the 'many side' to
tblEmployee and the'many side' to tblAsset? I have
struggled with this but it doesn't work properly.
I read a similar post and thought I had it worked out,
but still having problems. Gott'a be doing something
wrong. Your help is greatly appreciated. Thanks in
advance.
between employees.
tblEmployee (one to many with tblHistory)
EmployeeID
FirstName
LastName
tblAsset (one to many with tblHistory)
AssetID
AssetDescription
tblHistory (linking)
EmployeeID
AssetID
DateOfTransfer
Have I set tblHistory up correctly? the 'many side' to
tblEmployee and the'many side' to tblAsset? I have
struggled with this but it doesn't work properly.
I read a similar post and thought I had it worked out,
but still having problems. Gott'a be doing something
wrong. Your help is greatly appreciated. Thanks in
advance.