Microsoft
Software
Hardware
Network
Question : How do I add a percentage received or pie graph to an Access report?
I have a report (example attached) in Access 2007 that I use to keep track of what packets I have received from units by name. The report is grouped by the unit (UPC). The report is based off of a query - the first 6 columns are pulled from one table, the last 2 are a separate table linked in the query by SSN. The default value for "STATUS" for all personnel is "Not Received"/Total until I change it.
My question...How can I add a percentage number or pie graph of packets accounted for (i.e. anything other than "Not Received") to the bottom of each UPC grouping?
TIA
Answer : How do I add a percentage received or pie graph to an Access report?
What you have asked for requires that you be fairly proficient at Chart Design.
In any event, here is a sample of both the chart and the percents
I am sure that you can adapt this to fit your needs.
;-)
JeffCoachman
Access-EEQ24967833-PercentagesPi.mdb
(272 KB)
(File Type Details)
sample
Random Solutions
Terminal Server 2008 TSWEB Opening more than one App
Chang AD password to not meet complexity?
ajax cascading drop down list
Error dropping shema
Open new window with specified size and without menu and toolbar from an application
Batch file for copying folder named as yesterday
Seeking an example database that uses ADO coding
VBA Loop through record names
How to find out who has an Access 2003 database locked
Sort a SortedDictionary based on value, not key - C#.net MVC