Missing keystrokes

K

krcmd1

I have a form with a memo field. It seems that the program or computer are
frequently missing spacebar strokes. Can this be an Access problem?

Thank you.
 
D

Dirk Goldgar

krcmd1 said:
I have a form with a memo field. It seems that the program or computer are
frequently missing spacebar strokes. Can this be an Access problem?


You mean that when you type into the control, the space bar doesn't seem to
work, or not all the time? I doubt very much that it's an Access bug; I've
never heard of a problem like that, and it's pretty fundamental. Does it
happen only in that one control? If so, maybe there's code in the control's
KeyPress or KeyDown event that is "swallowing" that key for some reason.

Other questions that might help to pin it down:

+ Does it happens for other controls on this form?

+ Does it happen for other forms in this database?

+ Do you have a form open with a Timer event running?

+ Does it happen for other Access databases (when this database it closed)?

+ Does it happen when typing in Word or Notepad (when Access isn't open)?

+ What version of Access are you using?
 
K

krcmd1

thank you. I will pay attention to those questions now and get back to the
newsgroup.
 
Top