In Access 2007, I dug myself into a 'coding hole'. I have this:
Me.[SUTA_Total] = DSum("([SUTA_Tax])", "tblWages")
which calculates a value of "13.5989" when certain conditions are
met from executing the code prior to this statement in a sub-routine.
I need to know, exactly, what code to use that will round that value to "13.60".
I know that I can do it in a query, but do it there creates an error reporting that the code in the sub-routine can't find the [SUTA_Total] field.
Being lazy, this time, and asking for help relatively early.
Me.[SUTA_Total] = DSum("([SUTA_Tax])", "tblWages")
which calculates a value of "13.5989" when certain conditions are
met from executing the code prior to this statement in a sub-routine.
I need to know, exactly, what code to use that will round that value to "13.60".
I know that I can do it in a query, but do it there creates an error reporting that the code in the sub-routine can't find the [SUTA_Total] field.
Being lazy, this time, and asking for help relatively early.
