Spaces disappear at end of lines

  • Thread starter Thread starter Christopher Alexander
  • Start date Start date
C

Christopher Alexander

I have a problem when I use the Visual Basic Editor in
Access 2002 on Windows XP. Whenever I type a space, the
editor automaticaly backspaces and deletes the space
unless I type another character immediately. I looked all
over for a way to turn this off but I couldn't find it.
Can someone help me turn this off?
 
Sounds as if you have a timer event running in your database. When the timer
event fires, the VBE will behave this way.
 
Thank you very much, you are exactly right. I would never
have guessed that.

Is there somewhere I could have read about this, or do
you just know from experience?
 
Experience and reading these newsgroup postings is how I learned it. Not
sure where you might read about it otherwise.
 
Back
Top