I have five fields on a form called [A], , [c], [d] and [AVG]. I would like [AVG] to be the average of the four other fields. I using "[AVG]=[A]++[c]+[d]/4". However, that's rounding the answer up to whole numbers even though I have both the table and form fields set to "Decimal: 2" on properties. [1],[1],[1] and [4] are returning [2] when it should be returning [1.75]. I read a great deal about the calculations problems on Access, but I know you can write code to round off to a certain level.
Can anyone help me out with something to round off to the hundreth? I'd greatly appreciate it.
TIA,
Stephen
Can anyone help me out with something to round off to the hundreth? I'd greatly appreciate it.
TIA,
Stephen