I feel almost embarrassed to ask this, but I can't get it to work.
I have a series of queries that are input to each other. The next to last one is a Query called ShipperAll4. Within ShipperAll4 some fields are grouped. It produces a count of one of the other fields. That field is called Official Finish Position. I use ShipperAll4 as input to a final Query. I want to use that count field as part of some calculations.
Here's a very simple one. It just adds 1 to the value. The "CountOf" is put in front of the field by Access.
testfield: (([CountOfOfficial Finish Position].[ShipperAll4])+1)
Whenever I run that final Query, it prompts me to enter a value for parameter CountOfOfficial Finish Position.ShipperAll4. I guess it's not recognizing it.
Note: there is also a field input from ShipperAll2 with the name CountOfOfficial Finish Position. That's why I am specifying where the field is coming from.
Thanks