P
PaulB
In one of my applications, I created some forms which act as a
help-function.
What I want to acchieve is that when a user presses F1, this help form
is opened. I succeeded in this using VbKeyF1 in the code.
But: at the same time, the 'normal' Access help window is opened,
which I do not want at that moment. How can I prevent that the Access
help window is opened upon pressing F1?
Of course, I can say that the users should use e.g. the F2 key to open
the help screen. But F1 is more logical for a help function.
Thanks in advance for the suggestions.
Paul
help-function.
What I want to acchieve is that when a user presses F1, this help form
is opened. I succeeded in this using VbKeyF1 in the code.
But: at the same time, the 'normal' Access help window is opened,
which I do not want at that moment. How can I prevent that the Access
help window is opened upon pressing F1?
Of course, I can say that the users should use e.g. the F2 key to open
the help screen. But F1 is more logical for a help function.
Thanks in advance for the suggestions.
Paul