Hey all,
So I'm using the following query:
Avg_Prem_Group_Ind: IIf([earn_prem_ind]/[mm_ind]<208.33,"<$208.33","$208.33+")
I would like to pull only rows that contain <$208.33, so I use the following criteria:
="<$208.33"
When I run the query, all I get is the overflow message. I am new to access, so any help would be greatly appreciated.