Problem entering code in VB

PTDAccess

Registered User.
Local time
Today, 14:59
Joined
Oct 2, 2006
Messages
11
Im having a problem I have never experienced before in VB.
When I start typing in code i.e. DoCmd. the text turns red (See attached image).

The list of Properties/Methods also disappears (making it difficult to add code for a newbie) & every time I add a space it automatically goes back to the end of the last part of code (in this case the .)

Any suggestions would be welcome.

PTDAccess
 

Attachments

  • Red Text.gif
    Red Text.gif
    4.9 KB · Views: 132
you have a form open that has a timer event running...
 
Bodisathva said:
you have a form open that has a timer event running...

Thanks, that did it :)
 

Users who are viewing this thread

Back
Top Bottom