: Does anyone know why Num Lock keeps turning off whilst running Access? Is there any code that can turn it back on as it is becoming very frustrating. :
Its OK I found out how to stop it turning off. When a lot of code is being run at the same time the Num Lock turns off. Probably something to do with lack of memory in Access. By entering "DoEvents" somewhere in the code which is running, it completes all the tasks before starting new ones, which stops Num Lock turning off.
Comments
:
Its OK I found out how to stop it turning off. When a lot of code is being run at the same time the Num Lock turns off. Probably something to do with lack of memory in Access. By entering "DoEvents" somewhere in the code which is running, it completes all the tasks before starting new ones, which stops Num Lock turning off.