473,792 Members | 2,877 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

URGENT: Need to Get charts in Access 2003

2 New Member
I´ve never used charts in Access. Somehow I managed to format well shaped charts in Excel but I can´t find the way to understand how to create a report in Access that produces a bar or a pie chart based on a one record (summarized) query.
For example: I have a table with statistics. I run a query that sums and gets the total for each category and calculates the percentages over the totals. I need a report that shows those results in a well formated and presented chart.
My query record looks like this (column name in brackets and value in numbers) I could not show it here in horizontal way because it messes up:
[Tot. Cases] 150
[Red] 35
[Red%] 23%
[Green] 35
[Gr%] 23%
[Blue] 60
[Blue%] 40%
[Orange] 10
[Or%] 6%
[Others] 10
[Oth%] 6%
I would like a chart with X axis showing Categories (Red, Blue, etc) and the Y axis showing the # of cases and/or the percentages with the Tot.Cases as the maximum value.
Sorry, I read about PivotCharts but could not figure it out.
I need to present the application tomorrow before the Chairman.
PLEASE HELP ME!
thank you,
Sandy
Aug 31 '07 #1
3 2319
JKing
1,206 Recognized Expert Top Contributor
Have you tried the crosstab query wizard? It might be helpful and worth a shot.

Charts are available in the report design mode by selecting insert and then charts. There are also many chart/graph options contained in the activex controls listing.
Aug 31 '07 #2
Sandy911
2 New Member
Thank you JKIng for your answwer. I can´t get an Excel-type graph from the chart option in the report design. I tried with the query I showed but I´m unable to get anything. I found getting graphs in Access a real headache. I'm not a VB skilled person as to program the graph myself. I need to know how this wizard works in Access if at all possible.

Or, could I export the query to Excel, make it produce the graph and then call it from within Access? Or is there an easier way?
Aug 31 '07 #3
Boxcar74
42 New Member
Hi,

If you need it in Access the a crosstab query is the way to go.

But here is some food for thought.

I had the same problem. Access Graphing is awful!!!!! and overall Excel is more flexable.

The way I sloved this was to link the my query data into excel.

You might want to try this.
In Excel
1. Go to the Data Menu / Import External Data / Import data.

2. Find you DB, Connect to it.

3. You can select you query right there from the list.

OR (very optional)
if after you select one (table or query) you can "Edit Query"
under "Command Text" you can Select SQL instead of TABLE and just paste youe SQL code there. (This is how I do it, I'd have too many sved queries in my DB if I didn't.)

NOTE: you might want to check out the "Properties " button to see options. Mostly post import formating.

Either way it ends up in Excel and you can format it and make it look nice.

In the future you can right click on the data and select "Refresh Data" (also under the Data Menu).

I doubt you want all this info but i like the way it works for me and want to spread the word.

I hate being hindered by Access lack of charts.

-- Boxcar
Aug 31 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
414
by: Gargamil | last post by:
How can I display a chart with more than 6 columns of data? Are there third party applications? Can someone point me in the right direction here?? g
6
2287
by: streamline1000 | last post by:
I have been trying to get a chart built on the fly for a report for about 3 days. I have tried multiple query formats, table references, etc and I keep getting the same problem. The chart will only show the count() of a field. Yes I've tried selecting SumOf(), but this returns 0 for every record, even though all of them contain whole numbers (ie 354, 3, 83, etc). What I really need is to graph a percent of timely deliveries. I have 3...
3
2097
by: NickJ | last post by:
Dear all, I've encountered an unusual problem having just recently upgraded an Access 97 database to Access 2000 format and was hoping somebody could point me in the direction of a solution. 1. The problem: Essentially, a couple of the reports which contain SeriesLine charts are NOT displaying the series-lines (i.e. the results) on the charts correctly in
0
1085
by: Tom Rahav | last post by:
Dear All! I use Visual Basic .NET 2003 and want to produce graphs by using Office Chart 11.0. I would like to provide this chart with data from an Office Spreadsheet 11.0 and I use the following code that I've found: .... ChartSpace1.Clear() ChartSpace1.Charts.Add()
4
1931
by: Wayne | last post by:
I have posted this problem a couple of times over the last few years but have been unable to find a solution that works. Sometimes charts in reports will display showing the design data instead of the actual query data the first time they are opened. If the report is closed and reopened the correct data is shown. This seems to be a nasty Access bug that has carried across the last few versions at least. One post that I saw on the...
2
1824
by: Xeijin | last post by:
URGENT I have an assignment to hand in tomorrow, I need to know how to perform numeric calculations in access, I dont know very much about databases so consider this a beginner's query! Well basically this is what I'm aiming at, its nothing too complicated really. I have a table called RESOURCES which keeps track of all of the stock
4
3250
by: JonathanParker | last post by:
Looking for some help urgently with some VB SQL Access stuff. You'll have to excuse the messiness of the code, I'm a newbie at all this. I'm running this code with a selection of check boxes to select extra fields for my table that is then exported to Excel. there are 3 fields that are always part of the SQL, when these are selected it works fine, however when I select any of the optional fields I get a Runtime Error '3011' saying: the...
0
3567
by: bubbles | last post by:
Access 2003 front-end with SQL Server 2005 backend. I have charts in the Access application, and these charts have polynomial trend lines. Is there a way, programmatically, to define the polynomial trend line periods? Thanks,
5
5204
by: Wayne | last post by:
Several of my Access 2003 databases are exhibiting the same problem under Windows Vista. Charts in forms are not showing any data. Reports are not affected. Charts in reports display as they should. The chart object in forms appears but contains no data. It appears to be a screen painting problem because if I open a report or another form on top of the form that is not showing the chart, when the second report or form is closed, the...
0
9670
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9518
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10430
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10211
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9033
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5560
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.