View Full Version : Help needed with graph in form


JohnJ
08-26-2001, 07:25 PM
I can get a graph to show O.K. from a query but if I use a parameter in the query to reduce the number of records the graph returns an error message saying it can't find any field named after the parameter input message.

Should I create a new table from the query and graph from that? Is there a better way?

Thanks

John James
Melbourne, AUSTRALIA

Flea
08-28-2001, 03:48 PM
I use a drop down box on a form to indicate my parameter data. I have to place the parameter data in 2 places in the query - in the QBE grid criteria and in the Query Parameter listing. That may be why you are getting an error.

Hope this helps