num lock problem

  • Thread starter Thread starter Jamey
  • Start date Start date
J

Jamey

I have created a database with many forms and macros. I
have properties set up in the macros to
close/restore/send keys, etc amongst the navigation of
the menus to open and close the forms. Upon opening and
closing some of the forms, the num lock key goes off on
the keyboard. Which property causes this so I can correct
it? it is driving us crazy
 
Jamey,

This is a known problem with using a SendKeys macro actions. As far as
I know, there is no reliable means to correct it, apart from avoiding
the use of SendKeys. Luckily, this is easy, as there are almost always
other better ways to achieve the same result.
 
-----Original Message-----
Jamey,

This is a known problem with using a SendKeys macro actions. As far as
I know, there is no reliable means to correct it, apart from avoiding
the use of SendKeys. Luckily, this is easy, as there are almost always
other better ways to achieve the same result.

-- Thanks Steve...really appreciate the help and it
worked. Email me please at (e-mail address removed)
 
Back
Top