Intellisense not working properly

  • Thread starter Thread starter Randall Arnold
  • Start date Start date
R

Randall Arnold

At home I don't have this problem, but at work Intellisense isn't fully
functional in any of my Access 2003 databases or projects. No matter what
the object is, I only see a limited set of attributes. Could I maybe be
missing a type library? I've gone over and over this from many angles and
can't figure it out. No help whatsoever in the MSKB.

Any ideas?

Thanks,

Randall Arnold
 
While in the VB Editor, select Tools | References from the menu bar. Any of
the selected references have MISSING: in front?

Also, how are you declaring the objects, and what's an example of what you
get and are expected to get?
 
Actually, intelisense breaks when you have compile errors in the code
also...

So, while in code..do a debug->compile...and remove all compile errors....


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.members.shaw.ca/AlbertKallal

"
 
Thanks for the feedback from both of you.

Checking for MISSING refs was #1, done before I posted. There are zero
errors in any of the databases involved. The attributes just don't show up.

An example is the webbrowser control. After I type the object identifier
and the period, the intellisense popup contains only very generic
attributes. I can manually enter any missing attribute (such as "Document"
or "AddressBar", neither of which shows in intellisense) and they work fine
with no errors. I just don't understand what's keeping them from showing.
Again, this problem only occurs on my work PC.

Thanks,

Randall Arnold
 
Back
Top