Typing delay in Text Box

M

Morten

A select few of my customers are occasionally experiencing a severe typing
delay when they are adding text into a text box on a form. The form is
located within a front end Access 2007 GUI and the users are using Access
2007 runtime. The text box is tied to a Memo field in the back end Access
2002 database.

The following events procedures exist for this text box:

Private Sub ProblemDescription_GotFocus() (Moves cursor to the beginning of
the box to avoid accidental deletion of all the text in the box)

Private Sub ProblemDescription_BeforeUpdate(Cancel As Integer) (Checks that
updates are allowed at this time depending on external causes)

Private Sub ProblemDescription_AfterUpdate() (Various scripts to save and
process the changes)

I am not able to reproduce the typing delay on my own system, but can see it
when I log in to my users remotely. I have excluded the folder of my
database in the antivirus systems they use.

The only mentions I can find of typing delay seem to be in Word or Outlook,
but none in Access. Has anyone here experienced this?
 

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

Top