Code Window 'Auto List'

J

JLO

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!
 
V

Van T. Dinh

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!
 

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

Top