Is it possible to have this as a textbox control source:
when the field Q4c is formatted as a text field?
The field Q4c can contain "N/A, 1, 2, 3, 4, or 5" so I think it must be formatted as text due to the "N/A"
But I need to take the average of this field on a report. I tried and it worked once but not again (see post at http://www.thescripts.com/forum/thread768415.html).
How about a better way to find the average of this field? Thanks!
martin
Code:
=(Avg([Q4c]))
The field Q4c can contain "N/A, 1, 2, 3, 4, or 5" so I think it must be formatted as text due to the "N/A"
But I need to take the average of this field on a report. I tried and it worked once but not again (see post at http://www.thescripts.com/forum/thread768415.html).
How about a better way to find the average of this field? Thanks!
martin
Comment