In Access 2010 I had a autokeys macro where the menu command Clear Grid was put on the F10 key. But in Access 2016 the menu command Clear Grid is only available in the ribbon and not as a command in the macro editor.
Let me explain the use.
In the past I had an application where I used the Filter by Form a lot.
Because working with the keyboard is much faster than with the mouse I had the three commands which I used for this in the autokeys macro.
F10 ; clear grid (not available)
F11 ; filter by form (available and working)
F12 ; apply filter/sort (available and working)
The Clear grid I used a lot to remove the previous filter.
Now I have to use the mouse all the time to clear the old filter (clear grid)
Anybody have an idea how to put the Clear Grid command under the F10 key in Access 2016 ?
Jan
The Netherlands
Let me explain the use.
In the past I had an application where I used the Filter by Form a lot.
Because working with the keyboard is much faster than with the mouse I had the three commands which I used for this in the autokeys macro.
F10 ; clear grid (not available)
F11 ; filter by form (available and working)
F12 ; apply filter/sort (available and working)
The Clear grid I used a lot to remove the previous filter.
Now I have to use the mouse all the time to clear the old filter (clear grid)
Anybody have an idea how to put the Clear Grid command under the F10 key in Access 2016 ?
Jan
The Netherlands