Chart Information

P

PeterM

I'm using AC2003. I have a chart on a form. Sometimes the chart has no data
and the chart displayed is blank, which I expect.

My question is, is there a way to determine whether the chart has any
information on it? I'd like to display a label that says something like "No
Information Found".

Thanks in advance for your help.
 
D

Duane Hookom

A chart has a row source and maybe a link master/child properties. You
should be able to use Dcount() or something to determine if there are any
records.
 

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

Top