G
Guest
I have a form based on a query that pulls in data from production machines.
In a section footer of this form, I have the calcs for Max, Min, Avg and
StDev.
All Calcs omit the zero results except the Min. (of course)
I would like to select the next higher number due to zero result being data
that must not be used.
I am just using basics: ie... =Min([Field Name])
I have an IIF function setup: ie... =IIf(Min([Field Name])=0,999,Min([Field
Name]))
"999" would be replaced with the correct statement, or another suggerstion?!!?
Thank you in advance.
In a section footer of this form, I have the calcs for Max, Min, Avg and
StDev.
All Calcs omit the zero results except the Min. (of course)
I would like to select the next higher number due to zero result being data
that must not be used.
I am just using basics: ie... =Min([Field Name])
I have an IIF function setup: ie... =IIf(Min([Field Name])=0,999,Min([Field
Name]))
"999" would be replaced with the correct statement, or another suggerstion?!!?
Thank you in advance.