473,471 Members | 4,095 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Creating Chart or Graph

180 New Member
How to make a chart or graphs base on the number of records in a queries? For example i have a queries name query1, query2, query3 and query4.
Feb 20 '12 #1
9 1553
Rabbit
12,516 Recognized Expert Moderator MVP
You could use a query that unions the count of all the queries as the source for your chart.
Feb 20 '12 #2
eneyardi
180 New Member
Thanks rabbit for your quick reply, how can i do that? can u give me example?
Feb 20 '12 #3
Rabbit
12,516 Recognized Expert Moderator MVP
Something like this
Expand|Select|Wrap|Line Numbers
  1. select count(*) from query1
  2. union all
  3. select count(*) from query2
Feb 20 '12 #4
eneyardi
180 New Member
after putting the chart in a blank form using chart wizard, where can i put your given code?
Feb 20 '12 #5
NeoPa
32,556 Recognized Expert Moderator MVP
The example code is SQL that can be used to produce the data for the question. If you need more than that then you need to ask your question properly. I believe I've made this point before, about a thousand times!!
Feb 20 '12 #6
eneyardi
180 New Member
I'm sorry coz i'm newbie, i don't get the example what rabbit given, where do start the coding.
Feb 22 '12 #7
NeoPa
32,556 Recognized Expert Moderator MVP
You've been a member of this site asking Access related questions for three years now. How can you describe that as being a newbie. If you're still a newbie after all this time then maybe Access isn't a good idea for you.
Feb 22 '12 #8
eneyardi
180 New Member
ouch.. that really hurts.. i admit i'm not good in access, but i will take this as a challenge. I will study hard about access to make you proud Neopa. Sorry for my poor english.
Feb 22 '12 #9
NeoPa
32,556 Recognized Expert Moderator MVP
Poor English is a valid reason for finding it difficult to explain your problem, as well as understand an answer that's been posted. There is no reason to apologise for that.

However, it's in your best interest to think clearly before posting questions, as you should understand by now that the clearer the question is, the more likely you are to find an answer that helps you. If your question consists of only a couple of short sentences, then there's a good chance that it's missing out too much detail, whatever language it's written in.
Feb 22 '12 #10

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

Similar topics

1
by: Frank | last post by:
I've written a jsp that retrieves data from a sybase table via the sql JSTL. Two colums of data are returned, date and value. Currently the data is placed in an HTML table. Does anyone know of...
3
by: JJ | last post by:
Hi, Can anyone reccommend a decent chart/graph component to use with asp 3 (Not ..net) Many Thanks JJ
6
by: David W. Fenton | last post by:
Is MS Graph really completely useless in Access 97? I uninstalled and re-installed to get the Office 97 version of MS Graph, but I see no way whatsoever to insert dynamic data into the chart....
0
by: pmendez | last post by:
Anyone! I created a report that contains both a graph and its data. I have it set that the detailed data represents the data that is graphed. The graph is within the sorted sub-footer. The...
0
by: BP | last post by:
Hello (this is _not_ a job posting!) I'm looking for an experienced C#/.Net programmer for a short-term project using Dundas and Quinn-Curtis charting frameworks. Does anyone know a decent...
1
by: Robin Tucker | last post by:
Hi, I am embedding various things into a Microsoft Word document. I want to embed and automate a chart control. I can embed an Excel.Chart.8 into my Word document manually (no problemo), but...
5
by: Kuna | last post by:
Hi All, I am trying to create a gantt chart in php by getting data from database. I am using WindowsXp OS and having php-4 and my-sql DB. I have installed the JPGRAPH package to my system and...
0
by: =?Utf-8?B?SmFj?= | last post by:
hi, I would like to create a Excel macro that can help me to create charts. First, I created the Excel macro as below:- Sub Macro1() Selection.CurrentRegion.Select...
2
by: TGG61 | last post by:
I have an Access 2000 query that asks the user for the start date & end date for a report or chart. In the Access report, I can display the start & end dates entered in the query in the header of the...
1
by: cozinon | last post by:
Hi there, If anyone could provide some coding, or tips to the following question it would be greatly appreciated. The version of MS Access I am using is 2003. My goal is to create a line chart...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.