I have database in Microsoft Access which I would like to extend and use as an analysis tool.
The database currently holds wages data and invoice data, to enable us to extract information to correctly pay our employees and to find out the running costs of our jobs.
Each week, the hours worked by an employee are input. tblEmployees contains data of the employee and wage rate, tblJob contains data of the job and tblCostCode holds data of the relevent costcode ( cost codes are used both with invoices and wages, they are a list of codes which identify each stage in the projects : for example : we are a building company therefore each week an employee will be working on a specific part of the build, e.g. no. 300 Brickwork Shell and inevitable the invoices will also reflect this. )
These cost codes are very important to enable us to do a correct cashflow forecast of new jobs.
i want a report to show, each cost code and the total materials and wages for that cost code. but this must be job specific.
i have attmpted several queries to enable this but to no avail.
if anyone has any ideas, it would be much appreciated.
i understand that my query is the first step then my report will have to show only the totals for each code.
i want all codes to be displayed on one report.