vba intellisense

  • Thread starter Thread starter Song Su
  • Start date Start date
S

Song Su

Access 2003

My VBA intellisense has problem. When I type me. and it pop down then close.
me. turn to red.

Sometimes I type " and my insertion point immediately move to the left of "
and single " become double "" to the right of my insertion point.

I checked reference, I have
Vidual Basic for Application
Microsoft Access Object 11.0 object library
OLE Automation
Microsoft DAO 3.6 Object library
MS ActiveX data object 2.1 library

I scaned virus and ran windows update and changed keyboard with no help.

sometimes intellisense works and other times it does not.

Any help is appriciated.
 
There is two reasons that often cause inti-sense to not work

#1 - do you have form open with a timer event running....

#2 - try compiling your code...if you code can't compile, then inteli-sense
stops working...
 

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