I am looking for a way to round down the results of a calculation in a
query
f.e.:
in a query this calculation is performed:
a/b = c
5/3 = 1,666666667
I would like this to be rounded to 1, the lower nearest integer. How
would I do this in a query????
TIA HENRO
query
f.e.:
in a query this calculation is performed:
a/b = c
5/3 = 1,666666667
I would like this to be rounded to 1, the lower nearest integer. How
would I do this in a query????
TIA HENRO
Comment