PC Review


Reply
Thread Tools Rate Thread

Change default settings in "search"

 
 
Duane
Guest
Posts: n/a
 
      17th Dec 2009
Access 2007- - - Can someone help me to change the default setting when doing
a search? I would like to change the default "Match" field FROM - "Whole
Field" TO - "Any Part of Field".
>
> Many thanks to anyone who can help - -Duane


 
Reply With Quote
 
 
 
 
Philip Herlihy
Guest
Posts: n/a
 
      17th Dec 2009
If you're using the simplest search available, simply go to the Home Tab and
click the Find button in the Find group (on the right by default). When the
dialogue pops up there's an option there to change this setting.

You can also filter, or write queries, using the wildcard symbols * and ?
(which match zero or more arbitrary characters, and any one character,
respectively). You can read about filtering and queries in Help.

Phil, London

"Duane" <(E-Mail Removed)> wrote in message
news:A74F7AF8-978B-4EDF-867D-(E-Mail Removed)...
> Access 2007- - - Can someone help me to change the default setting when
> doing
> a search? I would like to change the default "Match" field FROM - "Whole
> Field" TO - "Any Part of Field".
>>
>> Many thanks to anyone who can help - -Duane

>

 
Reply With Quote
 
MikeJohnB
Guest
Posts: n/a
 
      17th Dec 2009
Go to Office Button, Access Options, Advanced Category, Editing. Look for
Default Find/Replace Behavior, and set it to General Search. You have to
restart Access for this option to become active.

Not tested but I hope this helps??????

Regards

--
Advice to Posters.
Check your post for replies or request for more information.
Consider providing some feed back to the response you have recieved.
Kindest Regards Mike B


"Duane" wrote:

> Access 2007- - - Can someone help me to change the default setting when doing
> a search? I would like to change the default "Match" field FROM - "Whole
> Field" TO - "Any Part of Field".
> >
> > Many thanks to anyone who can help - -Duane

>

 
Reply With Quote
 
Duane
Guest
Posts: n/a
 
      17th Dec 2009
Thanks so very much MikeJohn - this is EXACTLY what I wanted. I knew it was
an easy fix - just didn't know where to go. It's great when there is always
someone out there that knows "were to go".
Thanks Again,
Duane

"MikeJohnB" wrote:

> Go to Office Button, Access Options, Advanced Category, Editing. Look for
> Default Find/Replace Behavior, and set it to General Search. You have to
> restart Access for this option to become active.
>
> Not tested but I hope this helps??????
>
> Regards
>
> --
> Advice to Posters.
> Check your post for replies or request for more information.
> Consider providing some feed back to the response you have recieved.
> Kindest Regards Mike B
>
>
> "Duane" wrote:
>
> > Access 2007- - - Can someone help me to change the default setting when doing
> > a search? I would like to change the default "Match" field FROM - "Whole
> > Field" TO - "Any Part of Field".
> > >
> > > Many thanks to anyone who can help - -Duane

> >

 
Reply With Quote
 
Duane
Guest
Posts: n/a
 
      17th Dec 2009

Philip - thanks for your efforts. However I was trying to CHANGE the
default settings - not access them. Mike (post below) was able to answer my
question.
Thanks again for your efforts.
Duane

"Duane" wrote:

> Access 2007- - - Can someone help me to change the default setting when doing
> a search? I would like to change the default "Match" field FROM - "Whole
> Field" TO - "Any Part of Field".
> >
> > Many thanks to anyone who can help - -Duane

>

 
Reply With Quote
 
Jerry Whittle
Guest
Posts: n/a
 
      17th Dec 2009
Is this required for only your computer or others using the database? Mike's
suggestion only works on that computer. If you need to control this behavior
on other computers using the database here's some info:

Check out Application.SetOption.

'Set some database defaults found in Tools, Options
' Put in the Open event of the startup form
' Set Default Locking to Edited Record
Application.SetOption "Default Record Locking", 2
' Set Default Open Mode for Databases to Shared
Application.SetOption "Default Open Mode for Databases", 0
' Set Default Find/Replace Behavior to Start of Field Search
Application.SetOption "Default Find/Replace Behavior", 2

Application.SetOption "ShowWindowsInTaskbar", True

In the case of "Application.SetOption "Default Record Locking", 2" Default
Record Locking has three choices and the one I want is the third so, of
course, I put in 2 for the arguement. That's because it starts numbering at 0
instead of 1.

Put the above code in the Open Event of your opening form. One other strange
thing is that the database may need to be opened and closed twice on the
user's computer for the change to take effect. The first time the database
opens, it makes the changes. The second time the changes are in effect.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.


"Duane" wrote:

>
> Philip - thanks for your efforts. However I was trying to CHANGE the
> default settings - not access them. Mike (post below) was able to answer my
> question.
> Thanks again for your efforts.
> Duane
>
> "Duane" wrote:
>
> > Access 2007- - - Can someone help me to change the default setting when doing
> > a search? I would like to change the default "Match" field FROM - "Whole
> > Field" TO - "Any Part of Field".
> > >
> > > Many thanks to anyone who can help - -Duane

> >

 
Reply With Quote
 
Philip Herlihy
Guest
Posts: n/a
 
      17th Dec 2009
Yup - soon as I read Mike's post I realised I'd missed the all-important
word "default" in your post - whoops!

Phil

"Duane" <(E-Mail Removed)> wrote in message
news:040121D0-0CD0-480B-B8A1-(E-Mail Removed)...
>
> Philip - thanks for your efforts. However I was trying to CHANGE the
> default settings - not access them. Mike (post below) was able to answer
> my
> question.
> Thanks again for your efforts.
> Duane
>
> "Duane" wrote:
>
>> Access 2007- - - Can someone help me to change the default setting when
>> doing
>> a search? I would like to change the default "Match" field FROM - "Whole
>> Field" TO - "Any Part of Field".
>> >
>> > Many thanks to anyone who can help - -Duane

>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I change the Excel "search" default to WORKBOOK & DATA? danny bromberg Microsoft Excel Misc 5 5th Jul 2009 06:44 AM
Change default settings of "Save external links values" mkollman Microsoft Excel Misc 0 7th Dec 2008 01:47 PM
I Wanna change my default "Documents and settings" folder's path =?Utf-8?B?SlJBbmRyYWRl?= Windows XP General 4 24th Jun 2007 04:55 AM
How to change the "default" Word 2003 paragraph settings =?Utf-8?B?Q2FybG9zIExhdXJlbnQ=?= Microsoft Word Document Management 1 24th Oct 2006 03:21 PM
How to change the default search folders for "find all related messages" Bart Microsoft Outlook Discussion 3 3rd Mar 2004 04:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:45 AM.