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
Hide column in CListCtrl
range xldown &xright
extract numbers from a cell
Macro notification question
Disable WSUS Client Update Over 3G and VPN
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
Windows 7 IIS
Windows messages : How to find the sender of of WM_USER message
How to use a module when referencing a calander.
Creating a directory path string based on choices in a form