visual basic help

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

Guest

when I type in Vb (ie docmd.?????) Vb use to give me a selection to pick
from, now everytime I type on the line it doesn't type normal, example: (
docmd. ) when I put the dot in the drop menu comes for 1/2 sec then is gone.
or when I type it starts to spread the letters or add commas on it's own (ie:
when I type ac--the display changes it to A,C - or the curser keeps moving
back one space.
Can't really explain, But if you can help with what I typed please do, or
ask me a question, this is becoming very frustrating.
 
when I type in Vb (ie docmd.?????) Vb use to give me a selection to
pick from, now everytime I type on the line it doesn't type normal,
example: ( docmd. ) when I put the dot in the drop menu comes for
1/2 sec then is gone. or when I type it starts to spread the letters
or add commas on it's own (ie: when I type ac--the display changes
it to A,C - or the curser keeps moving back one space.
Can't really explain, But if you can help with what I typed please
do, or ask me a question, this is becoming very frustrating.

Typical symptom of having a form open which utilizes the timer.

Close it, or disable the timer while programming.
 
By any chance are you using a timer anywhere in your application?

What you're describing sounds like what happens while a timer is running.
 
Back
Top