Dividing a value in half and summing

M

Marshall Barton

Haji said:
I have a table that has three fields

Not much to go on here, but based on the subject line, try
using a calculated field:
Sum(somefield/2)

I can't tell if that's all you need or if you should use
that in a Group By query??
 
Top