A
Abay
Hello,
I am trying to round the results of a calculation without success.
I would like the result of the following to round up to 2 decimal places.
Dgst - dlinetot / 105 * 5
Dgst is defined as a number with 2 decimal places
Dlinetot is defined as a number with 3 decimal places
The result should be 4.67 but shows 4.66
I tried using the Round function (using the sytax from access help),as
follows:
round (dgst = dlinetot / 105 * 5 [,2]) or
round (dgst=dlinetot/105 * 5, 2) and get an error msg "expected end of
statement"
I know I am doing something wrong .. so any help with this would be most
appreciated.
Abay
I am trying to round the results of a calculation without success.
I would like the result of the following to round up to 2 decimal places.
Dgst - dlinetot / 105 * 5
Dgst is defined as a number with 2 decimal places
Dlinetot is defined as a number with 3 decimal places
The result should be 4.67 but shows 4.66
I tried using the Round function (using the sytax from access help),as
follows:
round (dgst = dlinetot / 105 * 5 [,2]) or
round (dgst=dlinetot/105 * 5, 2) and get an error msg "expected end of
statement"
I know I am doing something wrong .. so any help with this would be most
appreciated.
Abay