Sum function is not working for me

G

Guest

I have this report that is base on a query and what I want to do is total the
number of times a accident happens in a department along with the employee.
For example if Bob had 2 accident in the Road Dept and Bill had 3 the total
for the road depart should be 5 and the total for bob should be 2 and bill
should be 3. I am getting 5 for them all. Here is my expression: =sum([Part
of Body Affected:])+([employeeID#])....

parts of body affected - is the injury


Sheri
 
G

Guest

My guess is that you need Part of Body affected & Employee ID - using + will
add on the value of the employee ID field

Sheila
 
G

Guest

Not understanding what you are saying....instead of =sum([part of body
affected]+employeeID# use..........=sum([part of body affected]&[employeeID#]
--
LHEMA


Sheila D said:
My guess is that you need Part of Body affected & Employee ID - using + will
add on the value of the employee ID field

Sheila

Sheri said:
I have this report that is base on a query and what I want to do is total the
number of times a accident happens in a department along with the employee.
For example if Bob had 2 accident in the Road Dept and Bill had 3 the total
for the road depart should be 5 and the total for bob should be 2 and bill
should be 3. I am getting 5 for them all. Here is my expression: =sum([Part
of Body Affected:])+([employeeID#])....

parts of body affected - is the injury


Sheri
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top