I have a report which I have 2 text box fields in the report footer
=sum([MTM]) and =sum([EID OT'd]); and then a calculation between those 2 text boxes =[txtMTM]-[txtOT]
These calculations work fine if there is an option button marked otherwise it brings back no data. How can I get the txt box to populate with a zero whent he field is Null. I have tried a couple of IF expressions but could not get them to work
=sum([MTM]) and =sum([EID OT'd]); and then a calculation between those 2 text boxes =[txtMTM]-[txtOT]
These calculations work fine if there is an option button marked otherwise it brings back no data. How can I get the txt box to populate with a zero whent he field is Null. I have tried a couple of IF expressions but could not get them to work