Code Window 'Auto List'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why does 'auto list' not work in one of my code windows? In Tools\Options\Editor Tab, I have all the 'Auto .....' option checked. For example: if I type "DoCmd" and then hit the period, the list of commands should come up. This works in all of my code windows except one. Does anybody know why or how to turn it on for this code window??? Please help!
 
That sounds like there is a Compile error in the code module already
detected by
VBA. Do a Debug / Compile and see if any Compile error comes up.

--
HTH
Van T. Dinh
MVP (Access)




JLO said:
Why does 'auto list' not work in one of my code windows? In
Tools\Options\Editor Tab, I have all the 'Auto .....' option checked. For
example: if I type "DoCmd" and then hit the period, the list of commands
should come up. This works in all of my code windows except one. Does
anybody know why or how to turn it on for this code window??? Please help!
 
Back
Top