HeavyE Posted November 23, 2004 Posted November 23, 2004 I have been charged with setting up a database to track keys to employees and outside contractors. So far I have succeeded in setting up a nice relational database which allows me to connect a key to a client. Having a Client file, a Key specs file and a Main file. It has been getting me by so far, but it can definitely be improved. I want to add in a history log. I want to be able to access a key and display all of the people it has been checked out to, with issue dates and return dates. Also I want to be able to access a client and see all keys that are checked out to them, and that have been checked out to them in the past. Can anyone help me out with this?
transpower Posted November 23, 2004 Posted November 23, 2004 You need to add a join file, ClientKey. Each record in ClientKey will contain the clientID, the keyID, the start date/time and end date/time. You could have a portal in the Client file showing keys lent to the client; you could have a portal in the Key file, showing clients lent to.
Recommended Posts
This topic is 7362 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now