Hi. I have the following problem. I have a form and I have
2 subforms. I made sums calling data from the subforms. Everything works fine. ie
=Forms!inventory![In subform].[Form]![totalIn]
=Forms!inventory![Out subform].[Form]![totalOut]
The problem starts here, in the balance:
=([In])-([Out])
If one of the boxes has a 0 value, it does not show the balance.
I hope you can understand what I try to do. Thanks for your help.
2 subforms. I made sums calling data from the subforms. Everything works fine. ie
=Forms!inventory![In subform].[Form]![totalIn]
=Forms!inventory![Out subform].[Form]![totalOut]
The problem starts here, in the balance:
=([In])-([Out])
If one of the boxes has a 0 value, it does not show the balance.
I hope you can understand what I try to do. Thanks for your help.