S
Squid
I am having problems normalizing my database. The staticTime table is the
time that the employee receives at the begining each year and was rolled-over
from the previous year. The Time table holds all the transactions.
Employee Table
EmployeeID (pk)
EmployeeName
StaticTime Table
Autonumber (pk)
EmployeeID (fk)
Date (always the first day of year)
BeginningSickTime
BeginningApprovedLeave
BeginningVacation
RolloverSickTime
RolloverApprovedLeave
RolloverVacation
CompensatedSickTime
CompensatedNotes
Time Table
Autonumber (pk)
EmployeeID (fk)
TimeRegular
TimeSickTime
TimeApprovedLeave
TimeVacation
TimeLeaveNoPay
TimeNoChargeLeave
JobCostCCF
JobCostContrib
JobCostMedical
JobCostPension
JobCostSavings
JobCostPerCapita
JobCostOther
time that the employee receives at the begining each year and was rolled-over
from the previous year. The Time table holds all the transactions.
Employee Table
EmployeeID (pk)
EmployeeName
StaticTime Table
Autonumber (pk)
EmployeeID (fk)
Date (always the first day of year)
BeginningSickTime
BeginningApprovedLeave
BeginningVacation
RolloverSickTime
RolloverApprovedLeave
RolloverVacation
CompensatedSickTime
CompensatedNotes
Time Table
Autonumber (pk)
EmployeeID (fk)
TimeRegular
TimeSickTime
TimeApprovedLeave
TimeVacation
TimeLeaveNoPay
TimeNoChargeLeave
JobCostCCF
JobCostContrib
JobCostMedical
JobCostPension
JobCostSavings
JobCostPerCapita
JobCostOther