Page 1 of 1

How to show intellisense in MS Access?

Posted: Wed Oct 09, 2013 10:05 pm
by 16666763
I'm running TeeChart in MS Access. The charts work just fine.

But, I can't figure out how to get Intellisense to work in my code. I tried

Code: Select all

    
  Dim cht As TeeChart
    
  Set cht = New TeeChart
But, that doesn't give it to me when I type "cht.".

Any help?

Re: How to show intellisense in MS Access?

Posted: Wed Oct 09, 2013 10:09 pm
by 16666763
This works:

Code: Select all

Dim cht As TeeChart[b].TChart[/b]
    
  Set cht = New TeeChart

Re: How to show intellisense in MS Access?

Posted: Thu Oct 10, 2013 2:58 pm
by 10050769
Hello Kaprice,

You can initialize chart using next line of code:

Code: Select all

   Dim chart1 As TChart
Could you tell us if previous suggestion works for you?

I hope will helps.

Thanks,