Microsoft
Software
Hardware
Network
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("*","YourQueryOrTa
bleNameDri
vingTheRep
ort") * 0.10
And set the Format property of the text box to Percent.
mx
Random Solutions
Multiple UpDate & Select
vs2008 sp1
Windows user authentication in VB.NET 3.5SP1
Filtering Access Report
SBS08 - RWW - FQDN - Can't Get it to Work?
Populating ASPX control Target with Web.config value
script to setup a silent install sqlserver 2008
How to convert a decimal value to 1 correct figure in an access query
XML in to an ADO Recordset
Increase number of rows per page in ASP.NET GridView