Trying to control the environment so user's can't get into my queries is driving me up a wall and making me say 3-letter words like 'dam'. Arrrrggghhh!!
I use the command
in menu OnLoad event. Now, all the listboxes in the menu are dead. Clicking on a selection is useless. Take the above command out and the listboxes come back to life.
Using Access 2010 but with db format of Access 2007.
And I can hide the navigation window in the .accdb version (until they hit "specialkey " F11!!) but when using the Runtime version .accde I cannot hide the nav window. What gives with that?
Has anyone solved these problems?
Jim
I use the command
Code:
CurrentDb.Properties("AllowSpecialKeys")=False
Using Access 2010 but with db format of Access 2007.
And I can hide the navigation window in the .accdb version (until they hit "specialkey " F11!!) but when using the Runtime version .accde I cannot hide the nav window. What gives with that?
Has anyone solved these problems?
Jim
Comment