NameSpace helpful hints

stoka

Getting Better
Local time
Today, 03:56
Joined
Jan 22, 2007
Messages
23
When writing code for control events, access used to provide me with helpful hints as I typed. For example i would begin ME. and it would then dispaly what I could continue with, such as ME.txtVehicl etc....now all of a sudden it does not do it anymore...Did i turn some switch off inadvertently ?
thanks.
 
This usually happens when Access does not know what type of object you are referring too. You can only use Me in report and form modules. Try debugging you code. Also if you use late binding instead of early binding you will also loose the intellesense feature.
 
Additionally, you could have inadvertently turned it off. In the VBA code window, go to Tools -> Options, and on the Editor Tab, make sure "Auto Quick Info" and "Auto List Members" are checked.
 

Users who are viewing this thread

Back
Top Bottom