Docmd.RunCommand acCmdFind

mbentley

Registered User.
Local time
Today, 12:45
Joined
Feb 1, 2002
Messages
138
I want to call the default Find menu item (just as if the user had clicked the binoculars). That's as simple as pie. What I'd now like to do is change the default options for the user. (The 'Whole Field' default trips up users a lot). Anyone know how to do this?
 
Although not pretty you could do it like this:

SendKeys "%EF"
SendKeys "%HA"
SendKeys "%N"
 

Users who are viewing this thread

Back
Top Bottom