The query returns 2 Month1 values. They are always different, so there is always a Min or Max. The code I am using is:
Month ID: IIf([Month1]=Min([Month1]),1,2)
I want to return a 1 if it's the min and a 2 if it's the max.
The query always returns a 1, presumably because it is only checking...