VBA Setting

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

Guest

Hi,

I've just moved from Access 2000 to Access 2003 and have come across an
annoying little problem in the Visual Basic editing environment.

If I am typing a line of code and stop before the end of the line the cursor
comes back to the last character and the line turns red as there is then
invalid syntax.

Similarly, if I type in DoCmd. the list of members to select is only
displayed for a second or so.

Does anyone know how to turn this off or slow it down.

Thanks in advance,

John
 
John Clingeleffer said:
Hi,

I've just moved from Access 2000 to Access 2003 and have come across
an annoying little problem in the Visual Basic editing environment.

If I am typing a line of code and stop before the end of the line the
cursor comes back to the last character and the line turns red as
there is then invalid syntax.

Similarly, if I type in DoCmd. the list of members to select is only
displayed for a second or so.

Does anyone know how to turn this off or slow it down.

Thanks in advance,

John

This happens when you have a form open with an active Timer event. It's
nothing to do with Access 2003 vs. 2000. Close that form while you edit
code.
 

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