DesertTrip
Technical User
I am not sure if this should be in reports or in queries. But, I am suspecting I can fix this on the report level so I will give it a shot here.
I am building a employee productivity report that includes data from query field that is a lookup table/drop menu.
This lookuptable/drop menu offers 5 list choices.
On my worker productivity report, the field labeled "ProjectID" currently shows (for example):
4 records for "Overpayments" totaling 10 hours
3 records for "Automation Project" totaling 6 hours
6 records for "Fraud Budgeting" totaling 8 hours
How/where can I fix this to sum the individual lookup table options as:
1 record of "Overpayments" totaling 10 hours
1 record of "Automation Project" totaling 6 hours
1 record for "Fraud Budgeting" totaling 8 hours
My goal is to show a summary of the type of hours worked. Not an itemized daily list.
I don't speak SQL/VB, but if you can tell me where to go and step by step what to write, I can follow pretty well. In fact, if you can just give me the name of this procedure, I can then have better luck trying to find it in my worthless books.
Thanks in advance;
Leia
I am building a employee productivity report that includes data from query field that is a lookup table/drop menu.
This lookuptable/drop menu offers 5 list choices.
On my worker productivity report, the field labeled "ProjectID" currently shows (for example):
4 records for "Overpayments" totaling 10 hours
3 records for "Automation Project" totaling 6 hours
6 records for "Fraud Budgeting" totaling 8 hours
How/where can I fix this to sum the individual lookup table options as:
1 record of "Overpayments" totaling 10 hours
1 record of "Automation Project" totaling 6 hours
1 record for "Fraud Budgeting" totaling 8 hours
My goal is to show a summary of the type of hours worked. Not an itemized daily list.
I don't speak SQL/VB, but if you can tell me where to go and step by step what to write, I can follow pretty well. In fact, if you can just give me the name of this procedure, I can then have better luck trying to find it in my worthless books.
Thanks in advance;
Leia