I have a textbox called Average. I want to create the default value to be the average of five other textboxs called: Value1, Value2,... Value5. What syntax do I use in the default value property ? The following simple syntax does not work.
= ([Value1] + [Value2] + .... [Value5]) / 5
= ([Value1] + [Value2] + .... [Value5]) / 5
Last edited: