Setting Default for Find and Replace form

T

Treebeard

Is there any way to control the default setting of the "Match:" field on the
built-in "Find and Replace" form?

It currently defaults to "Whole Field" , I would like the default to be
"Start of Field".

Thanks,

Jack
 
H

Hedi

From the main menu
Tools->Options->Edit/Find tab->Default find/replace
behavior

(I am using Access 2000)
 
J

Jim & Beth Hess

Jack,
I'm currently am working on the same type of problem with find for
Access 2002. But mine is with the "search fields as formatted". The
advice I was given was to use SendKeys (Keystrokes) (Wait). The
following link should help - How to Set Defaults for the Find and
Replace Dialog Box http://support.microsoft.com/?kbid=208923 (valid
for Access 2002 too). I used the following - SendKeys "%hs""%n", False

Hope this will help
Jim
 
Top