Charts

  • Thread starter Thread starter Fie
  • Start date Start date
F

Fie

Hey....

Am trying to make a Graph on my report which takes values from a Query
that iv set paramaters on... Enter School Name, Start Date and End
Date...! When I run the report the correct Values on the Y -Axis (%
Uptake) are displayed... but it wont display the corresponding
Weekending Date on the X-Axis.. anyone any idea...

fie
 
I have figured out what to do here... so its working...
but has anyone ne idea on how i can display the School Name on my
report?
When i run report it comes up with Corresponding values for School but
how do i get it to display the school name?
 
Place the school name field in the report's record source or use DLookup()
or use code to place the name of the school on the report.
 
What's the code to do what? Does your report have a record source? Do you
want a value from the record source to display on the report? If the value
is not in the record source, is it related to anything in the record source?
 
Back
Top