I have a very simple report that pulls in data from the results of a query. There are five fields brought over. One is titled Position Rating and there are 4 values that may be choosen for that field in the original table. I have a ratings table with the following grades Excellent, Good, Fair and Poor. The location table links the Position Rating field to the Ratings table.
I tried to write a expression that would total each. Here is a varaitaion of what I have been trying =Count([Position Rating]=[Good]). I have tried quotation marks, ID values for the ratings moving things around and I can't get a count on each value.
I am relativly new to Access. I am able to get a count of all values so I am fairly sure I am close.
Thanks for any support you can give me.