Hi.
I am trying to get a formula in a query to calculate the percent from two different fields and if the results are greater than 100%, just show 100%.
I'm using the follow formula:
IIF([Not Accepted]/[Count of Entry]< 100, [Not Accepted]/[Count of Entry], 100)
The only problem is that...