editing vb code

I

iceman

access 2002
When editing code, the backspace is automatically deleting my spaces between
words. This was not occuring when I started my project. Have I accidently
altered some shortcut editing method?

example:
If txt_test = 40 then

appears as :
iftxt_test=40then
I then have to manually backspace and add spaces.

need help....
 
I

iceman

yes --- I added a timer to several of my forms to interlock command
buttons. That is most likely the source of my problem....

Thank you very much... I was going crazy.....
 
Top