I hope somebody out there can tell me where I am going wrong. I have attached the access file here for you all to look at. What I am trying to do is count the number of times a certian entry is found.
What I have is an form called “Agent Report Card” this is used to pick the person I want the information about
This populates the query AgentReportCardCSAT” This is all the record for the person
What I am trying to do is look at that query and on the report “AgentReportCardCSATSubreportofARC” i want to create the following boxes.
– Total number of recors in the query – This I have completed
– in the “QoSBoxes” cell on the report I want to count the number of times it Says “TopBox” – The cell will onloy say “TopBox”, “MiddleBox”,”BottomBox”
This is where I am having the trouble, I have tried using a Dcount expression but it does not want to work. I think it may be because I am trying to use the cell in the report and not the query, but I have tried that too and no go. I know this is a simple thing to do but I am at a total loss here. I am a little rusty on using access. What am I doing wrong.