Auto syntax when updated VBA

Asked By 0 points N/A Posted on -
qa-featured

I recently work on a VBA project in access. But I face various problem when I get updated from Microsoft. When I added a VBA code "X='Good'". and going to give a space then the mouse cursor is automatically moves back over the space. What Should I do now?

SHARE
Answered By 0 points N/A #83430

Auto syntax when updated VBA

qa-featured

Hi Riad,

It doesn’t look like an access defect. The problem of unexpected cursor behavior you are facing is may be generated by using right and left cursor keys. To fix this problem:

  1. Check for the software-initiated cursor problems or this can happens because of bad keyboard (hardware problem) also. Check for Keyboard-driver problems as some keyboard has special features and ditto drivers and for running keyboard macro’s, remote control software on your PC.
  2. Some other ill-behaving software’s like virus or illegal tools could be responsible for such unexpected cursor movements.

Try to run the same project on another machine to make sure if this problem is access related or PC related.

Related Questions