Question : Record count Percentage displayed on a report.

I have a MS Access report that I need to display 10 percent of the record count in a field. The record count is easy to display.  Its the part where I try to display the percentage of the record count where it is giving me an error.

Answer : Record count Percentage displayed on a report.

No ... I was just confirming you need.

Try this in a text box:

=DCount("*","YourQueryOrTableNameDrivingTheReport") * 0.10

And set the Format property of the text box to Percent.

mx
Random Solutions  
 
programming4us programming4us