I am attempting to build a database that will have a list of employees by
date of hire that I can compare to a list of 'extra' work available and
assign by seniority. Can anyone guide me down the right path?
It seems clear that you'll have to have the employees' seniority available
either in the Employee Table or a Table related one-to-one to the Employee
Table. You can create a Query to retrieve that data in Seniority order.
As you have not described details, I cannot say _how_ you would assign
employees to the proper extra work. If there is just a big "bucket" of
"extra work" and it's all the same, then you might use a form, with two List
Boxes or two Combo Boxes... one populated with employees in seniority order
and the other with extra work in whatever units you want to assign.
Larry Linson
Microsoft Access MVP