Can someone show me how to re-write this expression to limit the result to two decimal places? [D], [P], [R] and [C] are just a few monetary columns I am combining for a total owed. When I change the format on the table (this is an update query), it rounds up to the nearest whole number and leaves the right side of the decimal point at two zeros
Collection Percent: -Sum(Nz([P],0)/((Nz([D],0)+Nz([R],0))+Nz([C]+0)))
Thanks!
Collection Percent: -Sum(Nz([P],0)/((Nz([D],0)+Nz([R],0))+Nz([C]+0)))
Thanks!