E
eddie1092
I need to translate this formula into access =SUMIF(C2:C42223,C2,P2
42223) I
try without luck I go back to excel

try without luck I go back to excel
Wayne-I-M said:In excel you work with ranges A1:A10, etc in access you work with records.
You need to somehow tell the application "what" records (and which field
within the record you want to sum
SomeName:Sum(IIf([TableName]![FieldName] =Something??,Sum(Something here)))
Change the "somethings" to whatever you want
Good luck
--
Wayne
Manchester, England.
eddie1092 said:I need to translate this formula into access =SUMIF(C2:C42223,C2,P242223) I
try without luck I go back to excel