No of visitors who read this post: 275
Category: MS Access
Type: Question
Author: Riad.uddin
No votes yet

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?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

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 hacker 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.