How to show intellisense in MS Access?
Posted: Wed Oct 09, 2013 10:05 pm
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
But, that doesn't give it to me when I type "cht.".
Any help?
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
Any help?