473,320 Members | 1,902 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Two X Axis in Access

Hello,

I have the following select statement:

SELECT InspectionGraph_GetData_SelQry.month,
InspectionGraph_GetData_SelQry.[Inpsection Type],
Sum(InspectionGraph_GetData_SelQry.[0-10 Days]) AS [SumOf0-10 Days],
Sum(InspectionGraph_GetData_SelQry.[11 - 15 Days]) AS [SumOf11 - 15
Days], Sum(InspectionGraph_GetData_SelQry.[16-20 Days]) AS [SumOf16-20
Days], Sum(InspectionGraph_GetData_SelQry.[21-30 Days]) AS [SumOf21-30
Days], Sum(InspectionGraph_GetData_SelQry.[Over 30 Days]) AS [SumOfOver
30 Days]
FROM InspectionGraph_GetData_SelQry
GROUP BY InspectionGraph_GetData_SelQry.month,
InspectionGraph_GetData_SelQry.[Inpsection Type];

What I want to do is have it chart a stacked bar chart. Unfortunately
I have two values that I would like in the x axis: Month and
Inspection Type.

Can anyone tell me how I can chart two values on the x axis?

Thank you for your help!

Nov 13 '06 #1
2 1615
Taylor wrote:
What I want to do is have it chart a stacked bar chart. Unfortunately
I have two values that I would like in the x axis: Month and
Inspection Type.

Can anyone tell me how I can chart two values on the x axis?
Use a series.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Nov 14 '06 #2
I am not sure what you mean by use a series? Can you provide
additional information?

Thanks for your help!

Tim Marshall wrote:
Taylor wrote:
What I want to do is have it chart a stacked bar chart. Unfortunately
I have two values that I would like in the x axis: Month and
Inspection Type.

Can anyone tell me how I can chart two values on the x axis?

Use a series.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Nov 21 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Anand Natrajan | last post by:
Hi! I have a VB .NET client that is accessing an rpc/encoded service deployed in Axis 1.2. One of the operations, whoami, returns a string array. The server-side Java signature of this method is...
3
by: Jacky Zhu | last post by:
Hi all, I am having a problem trying to consume a webservice that is developed on ..Net. I can access it without any problem using a .net client, but when I use a java client (based on Axis...
0
by: Vic | last post by:
Dear All, I wanted to do a very simple chart on a form in Access: here is the table the chart should be based on: Date | Weight | TimeOfDay The format of the above fields is the...
0
by: spm_no | last post by:
Hi, I am using Access 2002 and am creating a scatter-chart on a form in which the X-axis is a date. I can format and display the x-axis properly as a date. However, when I close and reopen...
3
by: parrot toes | last post by:
Summary: I have been trying to make requests of a web service provided by Axis using a dotnet client with code generated by wsdl.exe and have been getting exceptions when trying to process the...
1
by: parrot toes | last post by:
I tried to post this question before, but there was an error when posting. I case it did get posted and in order to avoid duplication, I'll just repost a summary. I have written a dotnet client...
0
by: karen s via AccessMonster.com | last post by:
I searched the knowledge base for a way to do this but am having no luck with it. The directions state to select the data series that you want to plot along a secondary value axis, then on the...
0
by: guaj1818 | last post by:
was wondering how i can create a pivotchart with 2 or more fields on the y-axis with a value x axis, e.g. 20-200, interval: 40. i only get a category x axis when choosing a Line chart. with the XY...
2
by: smith.mariya | last post by:
hi, i am mariya. i am working on vb.net. i have created the powerpoint addin. i have inserted the chart on the slide through vb.net code. now, i want to remove the gridlines on the chart and want...
0
by: TraceyAnnison | last post by:
I wonder if you can help me - I'm new to this, and working in a project that has already been configured to work with Axis. We have a Java project built with the Spring framework, in order to...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.