Hello,
I have a table with marks (from Exams) and when I create a query a
calculated field with an expression like:
Round([mark1]+ [mark2])/2
I am confronted with the problem that Access has a strange outcome.
For instance:
(4+5)/2 returns 4
(5+6)/2 returns 6
Who can help me solving this problem? Thanks
I have a table with marks (from Exams) and when I create a query a
calculated field with an expression like:
Round([mark1]+ [mark2])/2
I am confronted with the problem that Access has a strange outcome.
For instance:
(4+5)/2 returns 4
(5+6)/2 returns 6
Who can help me solving this problem? Thanks
Comment