Intellisense Problem

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
Wayne said:
Is there something else I need to enable?

Open the VB Editor and go to Tools | Options... | Editor. Make sure the Auto
List Members check box is checked.
 
If your problem is relative to the scroll button not working in the VBA
editor window you need to get/install either FreeWheel or VBScroll. Either
work very well. Do a search on google and you'll get them easily.

Daniel
 
There may be invalid code causing this. In VBA Editor, click menu
"Debug->Compile..." to have VBA Editor catch the bad code.
 
Thnks for that info. I did that and it is complaining about the following:

strAdd = strAdd + "ADO version used is: " & conn.Version

saying "member not found" - it points to "Version". That is the exact code
from the tutorial?
 

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