Newbies Tom23 Posted May 14, 2007 Newbies Posted May 14, 2007 Hi there, I have created a database that contains personel records. I have a total number of hours worked for a given project and tasks within those projects. I would like to be able to summarise all the hours for a given project or project task but am unsure how to begin.
Vaughan Posted May 14, 2007 Posted May 14, 2007 Create a table to hold the project information -- use a serial number to idetify the project records. Put a ProjectID field in the Personnel table and enter in the serial number of the Project record. Make a relationship betaeen the Project and Personnel tables, using the ProjectID fields. The relationship can be used to calculate the hours worked.
Newbies Tom23 Posted May 15, 2007 Author Newbies Posted May 15, 2007 Hi Vaughan, thanks for your reply. It looks like I need to be more specific with my information as I have the database setup and have the information recorded in it but cannot find a simple way to summarise the workers hours by project. I have one table "Timesheets" and it has a number of fields that record the hours each person works each day on a given project and project code. The fields are: Name, hours, project and projectCode. The project and projectCode fields are setup as a value list. What I would like to do is make a layout that summarises the total hours for each project, and also the total hours for each projectCode for each project. Thanks for your help.
Vaughan Posted May 15, 2007 Posted May 15, 2007 Read up on creating Summary Retports in FMP. The layout wizard will lead you through the process.
Newbies Tom23 Posted May 15, 2007 Author Newbies Posted May 15, 2007 Thanks, had a quick look and this looks like the direction I needed.
Vaughan Posted May 15, 2007 Posted May 15, 2007 The good news was that you had the data structure right in the first place!
Recommended Posts
This topic is 6463 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now