J
Janna
For a database that tracks investments, on the reports, I need to show the
percent of the total amount invested in each institution, the percent by
fund, the percent by security type. I'm having trouble getting the
individual percentages to add up to 100% at the bottom of the report.
Sometimes it will be 99.999% or 100.01%. I've tried the round function, for
example =Round([txtCurAmt]/[textTotal],3); but haven't had consistent results.
Is there a way to consistently have the invididual percentages round and
display so that they always total to equal 100%? Thanks.
percent of the total amount invested in each institution, the percent by
fund, the percent by security type. I'm having trouble getting the
individual percentages to add up to 100% at the bottom of the report.
Sometimes it will be 99.999% or 100.01%. I've tried the round function, for
example =Round([txtCurAmt]/[textTotal],3); but haven't had consistent results.
Is there a way to consistently have the invididual percentages round and
display so that they always total to equal 100%? Thanks.