Chart Information

  • Thread starter Thread starter PeterM
  • Start date Start date
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.
 
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.
 
Back
Top