Hey all,
I've been searching and can't find exactly what I need - Part of this may be due to not knowing EXACTLY what I am looking for ;-) I am pretty sure I've done this in the past, but I've been out of the loop for a couple years (working with other software) - and am pretty danged rusty - so I'd appreciate some help
First off - I can't change the table setup at all to help achieve results, because I am linked to an excel spreadsheet - and there are over 100 of these sheets and currently there is no plan to modify this setup. So I have to link to the sheet in question and just make it work.
That said - here is my scenario:
These sheets are basically time logs - that have daily entries for each employee, the project they worked on, the number of hours, and the date (among other things).
So here's an example from the original time log table:
Project Date Tech Numeric
ABC Corp 2/1/05 Jill .25
XYZ Corp 2/22/05 Mike 1.25
ZZZ Corp 2/4/05 Sam .75
ABC Corp 3/2/05 Mike .50
ABC Corp 2/7/05 Jill 1.00
ABC Corp 3/3/05 Jill .50
XYZ Corp 2/23/05 Sam .75
Desired query Result:
Project Tech 2/05 3/05 4/05
ABC Corp Jill 1.25 .50
ABC Corp Mike .50
XYZ Corp Sam .75
XYZ Corp Mike 1.25
ZZZ Corp sam .75
I know i can do this with a report - and have done something similar with a report - however - I have been instructed to provide these results BACK to an excel format. The report when exported doesn't seem to be populating the excel sheet properly (I am summarizing totals in the report and hiding the detail level, only showing the results from the summary - when I export this data to excel, because the 'detail' is blank effectively, the exported data has nothing).
I am hoping I can do all of the calculations in the query, get the reslulting data, and either display it in a report that can be exported sucessfully, or just create a new table with the query results. Either way - I need to get it to work.
Everyhing I try gives me multiple records - I can't seem to only give one result per project, per tech.
I'm sure it's something simple that I've missed - but if someone can give me some tips to jog my memory I'd greatly appreciate it.
Thank you!!
tina
I've been searching and can't find exactly what I need - Part of this may be due to not knowing EXACTLY what I am looking for ;-) I am pretty sure I've done this in the past, but I've been out of the loop for a couple years (working with other software) - and am pretty danged rusty - so I'd appreciate some help
First off - I can't change the table setup at all to help achieve results, because I am linked to an excel spreadsheet - and there are over 100 of these sheets and currently there is no plan to modify this setup. So I have to link to the sheet in question and just make it work.
That said - here is my scenario:
These sheets are basically time logs - that have daily entries for each employee, the project they worked on, the number of hours, and the date (among other things).
So here's an example from the original time log table:
Project Date Tech Numeric
ABC Corp 2/1/05 Jill .25
XYZ Corp 2/22/05 Mike 1.25
ZZZ Corp 2/4/05 Sam .75
ABC Corp 3/2/05 Mike .50
ABC Corp 2/7/05 Jill 1.00
ABC Corp 3/3/05 Jill .50
XYZ Corp 2/23/05 Sam .75
Desired query Result:
Project Tech 2/05 3/05 4/05
ABC Corp Jill 1.25 .50
ABC Corp Mike .50
XYZ Corp Sam .75
XYZ Corp Mike 1.25
ZZZ Corp sam .75
I know i can do this with a report - and have done something similar with a report - however - I have been instructed to provide these results BACK to an excel format. The report when exported doesn't seem to be populating the excel sheet properly (I am summarizing totals in the report and hiding the detail level, only showing the results from the summary - when I export this data to excel, because the 'detail' is blank effectively, the exported data has nothing).
I am hoping I can do all of the calculations in the query, get the reslulting data, and either display it in a report that can be exported sucessfully, or just create a new table with the query results. Either way - I need to get it to work.
Everyhing I try gives me multiple records - I can't seem to only give one result per project, per tech.
I'm sure it's something simple that I've missed - but if someone can give me some tips to jog my memory I'd greatly appreciate it.
Thank you!!
tina