my database should track who sign for which item and dates of signing and turning in.
1st table  employees fields: name,etc
2nd table  Items      fields:description,make,model,etc
3rd table  assign      fields:EmployeeID,ItemID,assigndate,returndate.
I need to be able to do history check aswell...