Statement

  • Thread starter Thread starter lmossolle
  • Start date Start date
L

lmossolle

Could someone please assist with this?

I would like to count the y's in a complete field and then subtract it from
the awarddays field. Where assigned = Carla.

=Sum(IIf([complete]-[awarddays],1,0))

Thanks
 
= Abs(SUM([Complete]="Y" and [Assigned] = "Carla") ) - Abs(Sum([Assigned] =
"Carla" * [AwardDays]))

Perhaps you could post a few records and then what you expect to see as the
result.
--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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

Similar Threads

Avg for querry 3
Query Help 3
Sum Function 1
Sum Function 4
Select statement (Multiple) 3
Access count a field in access report 2
Text Field Access 2003 2
Summing in Groups 1

Back
Top