M
Mike
I have a query that calculates a percentage and when I use the round in the
expression builder and go to zero decimal points it works perfectly. I need
it to round to 2 decimal points. When I try that it extends out as many as
needed. Here is the expression:
EM_RepPer_Calc:
IIf([SC_ExecMgmnt_Tot_Ees]=0,0,Round(([tblScoreCard_Data]![SC_ExecMgmnt_Rep_Num]/[tblScoreCard_Data]![SC_ExecMgmnt_Tot_Ees]),2))
expression builder and go to zero decimal points it works perfectly. I need
it to round to 2 decimal points. When I try that it extends out as many as
needed. Here is the expression:
EM_RepPer_Calc:
IIf([SC_ExecMgmnt_Tot_Ees]=0,0,Round(([tblScoreCard_Data]![SC_ExecMgmnt_Rep_Num]/[tblScoreCard_Data]![SC_ExecMgmnt_Tot_Ees]),2))