VBA Setting

J

John Clingeleffer

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
 
D

Dirk Goldgar

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.
 
Top