Default the field - Search Fields As Formatted in Acess 2003

V

vintang99

Hi All,,

When I using the find function(Ctrl F), the check box of "Search Fields As
Formatted" is defaulted a tick sign. How to make it default as unchecked?
For this result, I can't find a single digit record number by using "001"
format.
 
J

Jerry Whittle

I thought that Application.SetOption might do the trick. Something like
below can change the Find/Replace behavior.

Application.SetOption "Default Find/Replace Behavior", 2

However this does not work:

Application.SetOption "Search Fields As Formatted", False

Sorry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top