In the db I have constructed, when I'm in a form and press the page down key the layout of the form is changed. This is not helpful and I wish to disable this capability, when in Access only.
... press the page down key the layout of the form is changed." - sounds like you have some form design issues, that would probably also come into play in other situations too? Could it be some sizing of the form or something?
Anyway, you could try the forms keydown event, something like this:
[tt]if keycode=vbkeypagedown then
keycode=0
end if[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.