472,330 Members | 1,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Reports - Displaying a chart based on a parameter type query

I have developed a number of reports that are based on parameter queries
where the user enters criteria such as a date range and a sales rep say. I
want to be able to show a graphical picture in the form of a bar chart based
on the data within the report. Can I do this as when I have tried to insert
a chart on the report it displays an error saying that it doeds not
recognise the parameter criteria. Am I right to assume that maybe a chart
cannot be produced if it has used parameter inputs from a parameter type
query?

Any tips would be of great help

Many thanks in advance

Dawn Davis
Nov 13 '05 #1
4 5541
"Andy Davis" <ad******@westnet.com.au> schreef in bericht news:42******@quokka.wn.com.au...
I have developed a number of reports that are based on parameter queries
where the user enters criteria such as a date range and a sales rep say. I
want to be able to show a graphical picture in the form of a bar chart based
on the data within the report. Can I do this as when I have tried to insert
a chart on the report it displays an error saying that it doeds not
recognise the parameter criteria. Am I right to assume that maybe a chart
cannot be produced if it has used parameter inputs from a parameter type
query?

Andy,
Your assumption is wrong. Maybe Access has a problem to 'understand' the field-type of your parameters.
-- Is your report showing records without the chart?
-- Is your report with chart showing records when you don't use parameters?

--
Hope this helps
Arno R
Nov 13 '05 #2
Dear Arno

I get the following error message " Microsoft Jet Database engine does not
recognise Forms!Menu!Reppicklist as a valid field name or expression".
The user would normally enter the parameter for the query via a form. I have
tried just run the query on its own with the values typed directly into the
query and this works ok when inserting the chart on the report and the
values are correct. However as soon as it is run as a parameter query I then
get the above error message.

Many thanks in advance.

"Arno R" <ar****************@tiscali.nl> wrote in message
news:42**********************@dreader2.news.tiscal i.nl...
"Andy Davis" <ad******@westnet.com.au> schreef in bericht
news:42******@quokka.wn.com.au...
I have developed a number of reports that are based on parameter queries
where the user enters criteria such as a date range and a sales rep say. I
want to be able to show a graphical picture in the form of a bar chart
based
on the data within the report. Can I do this as when I have tried to
insert
a chart on the report it displays an error saying that it doeds not
recognise the parameter criteria. Am I right to assume that maybe a chart
cannot be produced if it has used parameter inputs from a parameter type
query?

Andy,
Your assumption is wrong. Maybe Access has a problem to 'understand' the
field-type of your parameters.
-- Is your report showing records without the chart?
-- Is your report with chart showing records when you don't use parameters?

--
Hope this helps
Arno R
Nov 13 '05 #3
Andy, I think you need this to 'tell' Access about your parameters:
Use the query-menu, menu item Parameters, enter the criteria EXACTLY
as you use them (cut and paste is safest) and enter the data type.

--
Hope this helps
Arno R

"Andy Davis" <ad******@westnet.com.au> schreef in bericht news:42********@quokka.wn.com.au...
Dear Arno

I get the following error message " Microsoft Jet Database engine does not
recognise Forms!Menu!Reppicklist as a valid field name or expression".
The user would normally enter the parameter for the query via a form. I have
tried just run the query on its own with the values typed directly into the
query and this works ok when inserting the chart on the report and the
values are correct. However as soon as it is run as a parameter query I then
get the above error message.

Many thanks in advance.

"Arno R" <ar****************@tiscali.nl> wrote in message
news:42**********************@dreader2.news.tiscal i.nl...
"Andy Davis" <ad******@westnet.com.au> schreef in bericht
news:42******@quokka.wn.com.au...
I have developed a number of reports that are based on parameter queries
where the user enters criteria such as a date range and a sales rep say. I
want to be able to show a graphical picture in the form of a bar chart
based
on the data within the report. Can I do this as when I have tried to
insert
a chart on the report it displays an error saying that it doeds not
recognise the parameter criteria. Am I right to assume that maybe a chart
cannot be produced if it has used parameter inputs from a parameter type
query?



Andy,
Your assumption is wrong. Maybe Access has a problem to 'understand' the
field-type of your parameters.
-- Is your report showing records without the chart?
-- Is your report with chart showing records when you don't use parameters?

--
Hope this helps
Arno R

Nov 13 '05 #4
Arno

Many thanks for that. It worked and also gave the correct results in the
report.

Regards

"Arno R" <ar****************@tiscali.nl> wrote in message
news:42**********************@dreader2.news.tiscal i.nl...
Andy, I think you need this to 'tell' Access about your parameters:
Use the query-menu, menu item Parameters, enter the criteria EXACTLY
as you use them (cut and paste is safest) and enter the data type.

--
Hope this helps
Arno R

"Andy Davis" <ad******@westnet.com.au> schreef in bericht
news:42********@quokka.wn.com.au...
Dear Arno

I get the following error message " Microsoft Jet Database engine does not
recognise Forms!Menu!Reppicklist as a valid field name or expression".
The user would normally enter the parameter for the query via a form. I
have
tried just run the query on its own with the values typed directly into
the
query and this works ok when inserting the chart on the report and the
values are correct. However as soon as it is run as a parameter query I
then
get the above error message.

Many thanks in advance.

"Arno R" <ar****************@tiscali.nl> wrote in message
news:42**********************@dreader2.news.tiscal i.nl...
"Andy Davis" <ad******@westnet.com.au> schreef in bericht
news:42******@quokka.wn.com.au...
I have developed a number of reports that are based on parameter queries
where the user enters criteria such as a date range and a sales rep say.
I
want to be able to show a graphical picture in the form of a bar chart
based
on the data within the report. Can I do this as when I have tried to
insert
a chart on the report it displays an error saying that it doeds not
recognise the parameter criteria. Am I right to assume that maybe a chart
cannot be produced if it has used parameter inputs from a parameter type
query?

Andy,
Your assumption is wrong. Maybe Access has a problem to 'understand' the
field-type of your parameters.
-- Is your report showing records without the chart?
-- Is your report with chart showing records when you don't use
parameters?

--
Hope this helps
Arno R

Nov 13 '05 #5

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

Similar topics

1
by: Joris Kempen | last post by:
Hi people, I know that the question has come around sometimes: How to open an Access Report using ASP and export it to for example RTF. I'm...
5
by: Jerry Hull | last post by:
I'm working with a database developed by an untrained person over several years - and on a network that has recently been upgraded with a new...
3
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...
3
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am...
2
by: mrwoopey | last post by:
Hi, I have a web based OLAP cube (based on the SQL 2000 resource kit version) and I need to know how to display it in a chart (web based). I...
9
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you...
4
by: touf | last post by:
hi, I'm using Crystal reports to generate a simple report in a VB.net windows application, I've defined all my stuffs (accessMDB,query, 2...
1
by: access baby | last post by:
Hi Below mention is the reply from Salad on my query i created a crosstab query and form not based on any table of qurey but this doesnt work . I...
0
by: Aswanth | last post by:
I'm Working with SSRS-2005 Reports in C# Web Applications.. I'm having One Doubt regarding Division.. In Chart Control (Pie-Chart Type)...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.