Missing keystrokes

  • Thread starter Thread starter krcmd1
  • Start date Start date
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.
 
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?
 
thank you. I will pay attention to those questions now and get back to the
newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top