Microsoft Access Chart

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

I am trying to create a chart with a legend in a report.
The fields that I am using have a Yes/No Data Type. The
legend displays a -1 & 0 for the description of the bars
in the chart. I want to change the names of these
descriptions to Software & Physical. Can anyone tell me
how to do this? I've been working on this for days and
am getting really frustrated.

Thanks,
Ron
 
This is done in the Row SOurce property of the chart. For instance if your
field is [SoftPhy] then try replace the field with a description like:
SP:IIf([SoftPhy], "Software", "Physical")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top