I have a access form with a edit box that contains a huge complicated formula, this works fine. (call it "MyEditBox"
<br><br>Now I want another edit box to display the average of all of these, but I get #Name? error.<br><br>I used this as my formula<br><br>=Avg([MyEditBox])<br><br>and it doesnt work. I think it works if I try to average something directly from the table variables, but not from a form.<br><br>Any ideas?<br><br>thanks<br>