Me.cupassppe = IIf([cupassppe] < 1, "0", [cupassppe] / [cutotalppe] * 100)
I am using the above in an On Load event on a form - I ma using this code to deal with the possibility that [cupassppe] & [cutotalppe] may both = 0.
However I am still getting an Overflow message - how can i correct...