right now I have a table that will store this info.
employee Table
EmpID
EmpFName
EmpLName
other info
Then I have a Hours Table
EmpID this is linked to the employee tabel and first three fields
Year the primary key
Month
Hours
then I have a month table that is a look up to the hours table
Monthid
Month
1 Jan
2 Feb etc....
I have a form that has EmpID, Firstname, lastname. Then a subform
Year, Month, Hours
month is a combo box
I want to be able to when scrolling through different employees to sort by year then by month.
Rob