Project Tracking
Project Tracking
Employees (including managers) need to be able to enter their name, select a project,
select a task, and enter the date and number of hours spent working on that task.
Employees should only be able to select from projects and tasks that are designated as
underway. Employees should also have the ability to change the time spent on a specific
project for a particular day; a task should have only one entry per employee per day.
Managers need to be able to enter/edit employees, projects and associated tasks, and
change project and task status. Managers also need to be able to view information in
several ways (using forms).
A project and list of employees working on that project, including the task, date, and hours
worked
Project 1 Data (name, status, etc.)
Total HoursXX
An employee and the projects, tasks, dates, and hours worked
Employee 1 Data (name, title, id.)
Total HoursXX
Application Notes
Each form showing summary information should provide the ability to select different
projects or employees (the “one” side), either through navigation or a search feature. For all
forms, choose controls that help employees select and navigate through the information
correctly.
A MDI form should serve as the container for your application, with child forms providing
the methods to work with data. Don’t worry about security. All employees have access to
entering work information, for changing project status, adding employees, or looking at the
summary forms, since any employee can manage a project. Data changed in one form
should be reflected in other forms.
Final Project
The term project is due 6/13/2011. Copy your project solution to the R: Drive, and
submit a folder with print outs of your code (including comments), and the tables and
relationships in your database. Make sure that all necessary files are included in your
project folder.
3/28/2011