8
8l2255
I have a TransactionsTbl which records which Item is with which User
(TransactionID, ItemID and UserID). The problem I am having is that when a
new Transaction is created and an Item goes to a new user there is no way to
differentiate which transaction is the most recent when it is searched via
User.
*I still want to record the transfer history of each item - just have ONLY
the newest Transaction for each item marked with a checkbox on.
I am trying to create an update query that run will when I create a new
transaction. The update query should find all the older Transactions for the
particular item and render the checkbox off when the New Transaction is saved
(with the checkbox set on).
Any help or advice on how to better organise this data is welcome!
(TransactionID, ItemID and UserID). The problem I am having is that when a
new Transaction is created and an Item goes to a new user there is no way to
differentiate which transaction is the most recent when it is searched via
User.
*I still want to record the transfer history of each item - just have ONLY
the newest Transaction for each item marked with a checkbox on.
I am trying to create an update query that run will when I create a new
transaction. The update query should find all the older Transactions for the
particular item and render the checkbox off when the New Transaction is saved
(with the checkbox set on).
Any help or advice on how to better organise this data is welcome!