R
RichW
I have a form containing a textbox with a control source of:
=Sum(([Item_12_Reactive]/([Item_12_Reactive]+[Item_12_Anticipatory]+[Item_12_Participative]+[Item_12_Consultative])*100))
When records contain the data that is used by this function, the text box
correctly displays the sum. But, when any single piece of data is not
contained in a record, the sum is not displayed, but is replaced with the
word "Error".
Instead of the word "Error", I would rather have the textbox display "0".
Sure would appreciate this groups advice.
Thank you,
=Sum(([Item_12_Reactive]/([Item_12_Reactive]+[Item_12_Anticipatory]+[Item_12_Participative]+[Item_12_Consultative])*100))
When records contain the data that is used by this function, the text box
correctly displays the sum. But, when any single piece of data is not
contained in a record, the sum is not displayed, but is replaced with the
word "Error".
Instead of the word "Error", I would rather have the textbox display "0".
Sure would appreciate this groups advice.
Thank you,