One of my text fields in a report is:
=Sum([ConfAttendance])/Sum([ConfOffrate])
But how do I use the IIF statement on it to prevent the #NUM! error when dividing by zero?
Thanks!
=Sum([ConfAttendance])/Sum([ConfOffrate])
But how do I use the IIF statement on it to prevent the #NUM! error when dividing by zero?
Thanks!
Comment