Hello,
I am trying to create a Keycheckout database from my company.
First, I want to be able to track the keys the employees check out.
Second, I want to set permission on the keys, for example..If an employee is in the Food Service Department he can only check out food service keys and not Merchandise or Games and so on...
The tables that i created are
TblEmployees, which has ID, LastName,FirstName, Department, EmployeeID, JobTitle
The second table is: TblActivity which has ID, Date, Time Checkedout, TImeCheckedIn, EmployeeID
The third table is TblKey which has...ID, KeycheckoutID, Department, Location, Key Set which is what set have like Key 1, 2, or 3.
If i want to set permission by department do i need to make a department table? How would i link these tables together. I created a database, but having trouble compressing it, but if anyone wants to see it, i have not problem uploading it.
Does anyone have any ideas?
Thanks Brian