Hi,
I've looked at the tables and have a few suggestions:
The Employee table looks fine, but some of the others are a little off.
Taking the Positions table. You would only need about 3 fields:
PositionID, Position, EmployeeID
You can then link the employee# and employeeID fields. A similar...