I have several percent fields that when added up equal more than 100%. I want the report to display '100%' even if the total comes to 101%. I am pretty sure I need an IIf statement, but I can't for the life of me figure out how to write it.
here is what I have:
=IIf([grand totals.percent of current support owed]>100,100)
but I get '#Error ' instead of '100%'
when I put
=IIf([grand totals.percent of current support owed]>100,100,[grand totals.percent of current support owed])
I get #Name error
here is what I have:
=IIf([grand totals.percent of current support owed]>100,100)
but I get '#Error ' instead of '100%'
when I put
=IIf([grand totals.percent of current support owed]>100,100,[grand totals.percent of current support owed])
I get #Name error