if logic

D

DAN

i currently have this in a report
=Sum(IIf([SETH] In (1,2,3,6,7,8,9,10,11,12)1,0)

i want to count another field in my report how would i do
that would this be correct
=Sum(IIf([SETH] In (1,2,3,6,7,8,9,10,11,12) or [SETHE]
=2,1,0)
 
Top