I have created a database that stores information about employee utilization in MS Access 2003. It's basic purpose is to forcast hours employees will work on various projects throught the year. I have created the following tables: project, month, employee, supervisor, and data . The data table has foreign keys (project id, month id, emp id, supervisor id), followed by an hours field, utilization % field and basically stores all details about which employees expecting to bill x hours to each project...
I have created several useful crosstab reports that displays months as column headings and employees and project grouped by supervisor.. then provides hours allocated to each project with hours summed by month. This crosstab query is based on a query of all tables. My problem is that users (supervisors) want to be able to view a form exactly like the crosstab report (landscapt type view), that will allow them to edit the the hours and calculate a total in real-time.
I have been racking my head trying to find a solution in MS Access...
I had created a pivot table showing the same information but it doesn't seem like you can edit a pivot table.
My next thought was to alter the table structure by adding a field for each month.. every year I would have to add 12 month fields since the months in the month table are entered as Jan-07, Feb-07, Mar-07...etc. But that can't be a good idea?? Right?... it would make data entry a pain and what would be the point of having the data in a database if the structure would just resemble an Excel spreadsheet... <sigh>
Does anyone have any suggestions on how I can solve this? Ideas.. point me to some resources to read... or at least know if what they are wanting is even possible? At the moment I am lost
I have created several useful crosstab reports that displays months as column headings and employees and project grouped by supervisor.. then provides hours allocated to each project with hours summed by month. This crosstab query is based on a query of all tables. My problem is that users (supervisors) want to be able to view a form exactly like the crosstab report (landscapt type view), that will allow them to edit the the hours and calculate a total in real-time.
I have been racking my head trying to find a solution in MS Access...
I had created a pivot table showing the same information but it doesn't seem like you can edit a pivot table.

My next thought was to alter the table structure by adding a field for each month.. every year I would have to add 12 month fields since the months in the month table are entered as Jan-07, Feb-07, Mar-07...etc. But that can't be a good idea?? Right?... it would make data entry a pain and what would be the point of having the data in a database if the structure would just resemble an Excel spreadsheet... <sigh>
Does anyone have any suggestions on how I can solve this? Ideas.. point me to some resources to read... or at least know if what they are wanting is even possible? At the moment I am lost
