creating keyboard shortcut for Filter by form

talktime

Registered User.
Local time
Yesterday, 23:59
Joined
Oct 9, 2011
Messages
11
hi guys!!!

is there a way or work around to create a Filter by form keyboard shorcut. coz i use it alot, i want to accomplish filter by form and apply filter command directly from keyboard.

i use access 2003 and 2010.
 
I believe the command you are looking for is;
Code:
DoCmd.RunCommand acCmdFilterByForm

You could try using the KeyPress event to detect your desired Key Board combination and fire the above mentioned command.
 
could you please explain full steps that how should i use this? i don't feel comfortable with VBA
 

Users who are viewing this thread

Back
Top Bottom