Intellisense comes on and disappears after 3 seconds

D

Deitzingham

This only happens in one db. I have compared Options in both db and there is
no difference there. I have done something. I just don't know what????
 
K

Ken Snell \(MVP\)

Usual cause is that you have a form open and that form has a Timer event
running. Close the form while you do work in VBE.
 
D

Deitzingham

That's it. Thanks
Sam
--
Sam


Ken Snell (MVP) said:
Usual cause is that you have a form open and that form has a Timer event
running. Close the form while you do work in VBE.
 
Top