Graphs HELP!

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

Ok,it seems simple at first but its just not working.
Have report based on query. Query provides a body mass value and a date
value for each time the body mass was measured and logged into the queries
underlying table (assessment table). I place the graph in the clientsID
header and ask it to produce a line chart with date across the bottom axis,
and the body mass on the vertical axis (to show the weight dropping or
increasing over time). When i view the preview in the graph creation
dialogues it looks fine, WHEN i try to run the report it shows up blank. The
underlying query for the report is a parameter query that requests the client
name before the report runs. It's also asking me multiple times for the
parameters - any ideas !@#$!@#$
 
IMHO, don't ever use parameter queries. Use references to controls on forms.
If your graph Row Source contains a parameter prompt, you will be asked to
provide the parameter once for each record in the main report.
 
Back
Top