Hello, Im designing a key management system.
Basically I have a key table and a keyActivity table. I need a way to manage lost keys. So what I did was add a yes/no attribute called lost_key. Now I don't know how to remove from my keys table the key which was lost. From my research there is no method to disable/lock a record so I assume I now need to move the specific lost key record to a new table which tracks lost keys.
I tried adding a macro to the lost_key attribute but the options seemed very limited or I didn't know how to do it.
Any suggestions on how to handle such a situation?
This is my access file: http://jumpshare.com/b/37M1aG
and my tables: http://jumpshare.com/b/J7SaJg
Basically I have a key table and a keyActivity table. I need a way to manage lost keys. So what I did was add a yes/no attribute called lost_key. Now I don't know how to remove from my keys table the key which was lost. From my research there is no method to disable/lock a record so I assume I now need to move the specific lost key record to a new table which tracks lost keys.
I tried adding a macro to the lost_key attribute but the options seemed very limited or I didn't know how to do it.
Any suggestions on how to handle such a situation?
This is my access file: http://jumpshare.com/b/37M1aG
and my tables: http://jumpshare.com/b/J7SaJg