using access to track leave

D

dawn

I need help setting up a data base that will track leave for 270 employees in
10 different sections over the fiscal year
 
M

martin

A simple layout would be a Employee table with ID#, Section, ... and a Leave
table with empliyee ID#, leave start date, leave end date. From here it
depends what you need...
 
Top