S
Steve Y
I need to know how to accomplish the following. I have a table with a large
amount of data. Below is an example of three records:
Employee # Job # Date Qty Minutes
32 2453 4/4/06 6 234
32 2453 4/5/06 2 112
I want to run some type of query that would take BOTH records and combine
them into the following record:
Employee # Job # Date Qty Minutes
32 2453 4/4/06 8 346
The problem that I seem to be having is that the DATE is different and
therefore when I use the Totals option and choose Group By, it does NOT
combine these two records. Is it possible to get done what I am trying to
do?
I REALLY need some help on this ASAP!!!
amount of data. Below is an example of three records:
Employee # Job # Date Qty Minutes
32 2453 4/4/06 6 234
32 2453 4/5/06 2 112
I want to run some type of query that would take BOTH records and combine
them into the following record:
Employee # Job # Date Qty Minutes
32 2453 4/4/06 8 346
The problem that I seem to be having is that the DATE is different and
therefore when I use the Totals option and choose Group By, it does NOT
combine these two records. Is it possible to get done what I am trying to
do?
I REALLY need some help on this ASAP!!!