I have five text boxes that Im adding up. Some of them could be blank. Right now my formula is this:
=[Text70]+[Text72]+[Text74]+[Text75]+[Text76]
I need a Nz formula for this for the times a box is empty. I tried this but it doesnt work.
=Sum(Nz([Text70],0)+Nz([Text72],0)+Nz([Text74],0)+Nz([Text75],0)+Nz([Text76],0))
I know its wrong but thought id give it a try. MSaccess2k help doesnt delve into Nz function examples too much.
Thanks again.
=[Text70]+[Text72]+[Text74]+[Text75]+[Text76]
I need a Nz formula for this for the times a box is empty. I tried this but it doesnt work.
=Sum(Nz([Text70],0)+Nz([Text72],0)+Nz([Text74],0)+Nz([Text75],0)+Nz([Text76],0))
I know its wrong but thought id give it a try. MSaccess2k help doesnt delve into Nz function examples too much.
Thanks again.