SendKeys macro turns Number lock Off

C

Chris

Using a sendKey macro turns the number lock off when not specified in the code - I can't turn it back on either
 
V

Van T. Dinh

Yep. That's a bug in A97 (and possibly A2K).

That's why Access database developers don't use the SendKeys since there are
other commands that can be used instead of the SendKeys most of the times
(depending on which command you are trying to execute).

--
HTH
Van T. Dinh
MVP (Access)



Chris said:
Using a sendKey macro turns the number lock off when not specified in the
code - I can't turn it back on either
 
Top