I have a database made up of the following fields and queried out with the following.
The query works fine but I am having problems getting things to calculate properly in my report
StudentID
BldgNo -
MealStatus = Free or Reduced
Ethnicity = African American
Has IEP = Y
I need my report to look as follows
Bldg # SPED African American Meal Status
001 Count of Has IEP for Building 001 Count of African American for Building 001 Count of Free or Reduced for building 001
002
003
004
005
I have the following DCount calculation for Has IEP (SPED) =DCount("[IEP]","Copy of Discipline","[BldgNo]=0104") and this works fine but I am having an issue getting to work for the African American Count and the Meal Status Count.
Any suggestions?/
Thank you
The query works fine but I am having problems getting things to calculate properly in my report
StudentID
BldgNo -
MealStatus = Free or Reduced
Ethnicity = African American
Has IEP = Y
I need my report to look as follows
Bldg # SPED African American Meal Status
001 Count of Has IEP for Building 001 Count of African American for Building 001 Count of Free or Reduced for building 001
002
003
004
005
I have the following DCount calculation for Has IEP (SPED) =DCount("[IEP]","Copy of Discipline","[BldgNo]=0104") and this works fine but I am having an issue getting to work for the African American Count and the Meal Status Count.
Any suggestions?/
Thank you